fix: push all change before migration to gitea
This commit is contained in:
parent
66d291ad67
commit
8e29c7a58b
|
|
@ -118,7 +118,7 @@ export default function CreateTagModal() {
|
||||||
<form
|
<form
|
||||||
onSubmit={form.handleSubmit(onSubmit)}
|
onSubmit={form.handleSubmit(onSubmit)}
|
||||||
className="space-y-3 bg-white dark:bg-default-50 rounded-sm"
|
className="space-y-3 bg-white dark:bg-default-50 rounded-sm"
|
||||||
>
|
>
|
||||||
<FormField
|
<FormField
|
||||||
control={form.control}
|
control={form.control}
|
||||||
name="category"
|
name="category"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue