This commit is contained in:
NotII
2025-02-16 16:30:57 +00:00
parent 236fb223e4
commit 62e2602d28
5 changed files with 116 additions and 57 deletions

View File

@@ -105,7 +105,6 @@ export default function ProductsPage() {
};
// Save product data after modal form submission
const handleSaveProduct = async (data: Product, file?: File | null) => {
console.log("handleSaveProduct:", data, file);