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