Frontend update

This commit is contained in:
g
2025-02-16 01:51:15 +00:00
parent da957d7c5f
commit 236fb223e4
4 changed files with 84 additions and 22 deletions

View File

@@ -88,7 +88,7 @@ export default function ProductsPage() {
}));
};
// Handle input changes
// Handle input changes
const handleChange = (
e: ChangeEvent<HTMLInputElement | HTMLTextAreaElement>
) => setProductData({ ...productData, [e.target.name]: e.target.value });
@@ -239,7 +239,6 @@ export default function ProductsPage() {
onClick={() => setImportModalOpen(true)}
variant="outline"
className="gap-2"
disabled={true}
>
<Upload className="h-4 w-4" />
Import Products