hotfix(FE): change select input component to disabled

This commit is contained in:
randy-ar
2026-01-17 15:59:08 +07:00
parent 835ba077d8
commit 138ad6a7c9
4 changed files with 98 additions and 5 deletions
@@ -621,7 +621,9 @@ const MarketingForm = ({
isClearable
placeholder='Pilih Pelanggan'
isDisabled={
formType === 'add_deliver' || formType === 'edit_deliver'
formType === 'add_deliver' ||
formType === 'edit_deliver' ||
formType === 'edit'
}
/>
<DateInput