mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-26 16:25:46 +00:00
refactor(FE): Refactor flags field to boolean and update form handling
This commit is contained in:
@@ -17,7 +17,7 @@ export const NonstockFormSchema = Yup.object({
|
||||
})
|
||||
),
|
||||
|
||||
flags: Yup.array().of(Yup.string()).notRequired(),
|
||||
flags: Yup.boolean().default(false),
|
||||
});
|
||||
|
||||
export const UpdateNonstockFormSchema = NonstockFormSchema;
|
||||
|
||||
Reference in New Issue
Block a user