feat(FE): adding stok information in form repeater SO and DO

This commit is contained in:
randy-ar
2026-01-06 14:42:52 +07:00
parent 0af612703a
commit aee0ad8a20
3 changed files with 43 additions and 7 deletions
@@ -682,7 +682,7 @@ const MarketingTable = () => {
<Modal
ref={productsModal.ref}
className={{
modalBox: 'max-w-2/5 z-100',
modalBox: 'xs:max-w-2/5 z-100',
}}
closeOnBackdrop
>
@@ -724,6 +724,7 @@ const MarketingTable = () => {
},
]}
className={{
containerClassName: 'p-6',
tableWrapperClassName: 'overflow-x-auto min-h-full!',
tableClassName: 'font-inter w-full table-auto min-h-full!',
headerRowClassName: 'border-b border-b-gray-200',