mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
hotfix(FE): fixing select input edit supplier in edit transaction
This commit is contained in:
@@ -251,7 +251,11 @@ const FormFinanceAdd = ({
|
||||
}
|
||||
required
|
||||
isClearable
|
||||
isDisabled={!formik.values.party_type_option?.value}
|
||||
isDisabled={
|
||||
!formik.values.party_type_option?.value ||
|
||||
(type === 'edit' &&
|
||||
formik.values.party_type_option.value == 'SUPPLIER')
|
||||
}
|
||||
/>
|
||||
<DateInput
|
||||
label='Tanggal'
|
||||
|
||||
Reference in New Issue
Block a user