mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Update category creation page
This commit is contained in:
@@ -167,6 +167,8 @@ const AddCategory = () => {
|
||||
value={form.values.description}
|
||||
onChange={form.handleChange}
|
||||
onBlur={form.handleBlur}
|
||||
error={form.touched.description && !!form.errors.description}
|
||||
errorMessage={form.errors.description}
|
||||
/>
|
||||
<Box marginTop='0.5rem' display='flex' justifyContent='flex-end'>
|
||||
<Button
|
||||
|
||||
Reference in New Issue
Block a user