diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-16 18:36:17 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-10-16 18:36:17 +0530 |
commit | 1b3702b241f02ab16c3b5366acb47cefbf089521 (patch) | |
tree | a1f107cbf7b8c4f5800d94fc8add8f34d997ca24 /src/components/tables/item-table.js | |
parent | 5f8407ae4c60922057e2f88f65178773786bddb4 (diff) |
minor bug fixes in ItemPicker input
Diffstat (limited to 'src/components/tables/item-table.js')
-rw-r--r-- | src/components/tables/item-table.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/tables/item-table.js b/src/components/tables/item-table.js index 5a405a5..2fb7210 100644 --- a/src/components/tables/item-table.js +++ b/src/components/tables/item-table.js @@ -39,7 +39,7 @@ const ItemTable = (props) => { } return ( - <table> + <table className={"item-table"}> <thead> <tr> <th>S. No</th> |