creat order bug

This commit is contained in:
2026-01-17 17:58:49 +03:30
parent 60fbf26d97
commit e07075a7c5
10 changed files with 129 additions and 119 deletions
+3 -3
View File
@@ -9,9 +9,9 @@ export interface productData {
export const productsData: productData[] = [
{
title: 'قهوه ترک.. Turkish coffee',
desc: [''],
categoryTitle: 'قهوه ',
title: 'کارت ویزیت',
desc: ['توضیح کار ویزیت'],
categoryTitle: '',
isActive: true,
images: ["https://dmenu.danakcorp.com/uploads/images/product/product_1715711043900.png"],
}