remove quantities from product
deploy to danak / build_and_deploy (push) Has been cancelled

This commit is contained in:
2026-07-03 16:56:02 +03:30
parent 1e8579bbfb
commit afc2701580
9 changed files with 41 additions and 115 deletions
-1
View File
@@ -65,7 +65,6 @@ export type InvoiceProductType = {
category: string;
title: string;
desc: string;
quantities: number[];
linkUrl: string | null;
isActive: boolean;
images: string[];