mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-23 23:05:46 +00:00
refactor(FE): Update label in NonstockForm to 'Flags Ekspedisi'
This commit is contained in:
@@ -265,7 +265,7 @@ const NonstockForm = ({ type = 'add', initialValues }: NonstockFormProps) => {
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<RadioGroup
|
<RadioGroup
|
||||||
label='Ekspedisi'
|
label='Flags Ekspedisi'
|
||||||
name='flags'
|
name='flags'
|
||||||
value={String(formik.values.flags)}
|
value={String(formik.values.flags)}
|
||||||
onChange={expeditionChangeHandler}
|
onChange={expeditionChangeHandler}
|
||||||
|
|||||||
Reference in New Issue
Block a user