aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-03 02:11:10 +0530
committerMikunoNaka <bokuwakanojogahoshii@yahoo.com>2021-07-03 02:11:10 +0530
commit1fcb52a35dd3fb6b2c9d67c6b35dceca6bb070aa (patch)
tree56354d11142d89a26545880ea675736dd602317a /src/components
parentf6186b99bca2b25a4c91d6223c08b03c1cccb933 (diff)
fixed datepicker bleeding through floating menu
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Form/Items/AddNewItemForm.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Form/Items/AddNewItemForm.tsx b/src/components/Form/Items/AddNewItemForm.tsx
index d3c873f..5be2eea 100644
--- a/src/components/Form/Items/AddNewItemForm.tsx
+++ b/src/components/Form/Items/AddNewItemForm.tsx
@@ -57,7 +57,6 @@ const AddNewItemForm: React.FC<Props> = (props) => {
setItemGSTPercentage(i.TotalGST);
setCurrentItem(i)
}
- console.log(currentItem)
// check the item name value and do stuff accordingly
const setItemInfo = (itemName: string) =>