Skip to content

Commit

Permalink
fix: remove type
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-brandao committed Oct 10, 2024
1 parent 3af7809 commit 40c3807
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
let produto = data.prod
function handleAddItem() {
modal.open(FormModal<InsertProductItem>, {
// modal.open(FormModal<InsertProductItem>, {
modal.open(FormModal, {
title: 'Add Product Item',
fields: [
{
Expand Down

0 comments on commit 40c3807

Please sign in to comment.