mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-25 02:03:03 +00:00
💄 UI
This commit is contained in:
@@ -258,7 +258,7 @@
|
|||||||
"labelDelete": "Delete Label",
|
"labelDelete": "Delete Label",
|
||||||
"labelAdd": "Add Label",
|
"labelAdd": "Add Label",
|
||||||
"labelCreateSuccessMessage": "Label Created Successfully",
|
"labelCreateSuccessMessage": "Label Created Successfully",
|
||||||
"labelEditSuccess": "Label Modified Successfully",
|
"labelEditSuccessMessage": "Label Modified Successfully",
|
||||||
"labelNameField": "Label Name",
|
"labelNameField": "Label Name",
|
||||||
"labelColorField": "Label Color",
|
"labelColorField": "Label Color",
|
||||||
"labelPlaceholder": "Ex: homelab",
|
"labelPlaceholder": "Ex: homelab",
|
||||||
|
|||||||
@@ -56,7 +56,7 @@ export function OrgLabelForm({ onSubmit, defaultValue }: OrgLabelFormProps) {
|
|||||||
<Form {...form}>
|
<Form {...form}>
|
||||||
<form
|
<form
|
||||||
id="org-label-form"
|
id="org-label-form"
|
||||||
className="flex flex-col gap-4"
|
className="flex flex-col gap-4 px-0.5"
|
||||||
action={async () => {
|
action={async () => {
|
||||||
if (await form.trigger()) {
|
if (await form.trigger()) {
|
||||||
onSubmit(form.getValues());
|
onSubmit(form.getValues());
|
||||||
|
|||||||
Reference in New Issue
Block a user