mirror of
https://github.com/ajnart/homarr.git
synced 2026-06-25 01:41:49 +02:00
fix: create board submit button inverted
This commit is contained in:
@@ -48,7 +48,7 @@ export const AddBoardModal: ManagedModal<InnerProps> = ({
|
||||
<Button onClick={actions.closeModal} variant="subtle" color="gray">
|
||||
{t("common.action.cancel")}
|
||||
</Button>
|
||||
<Button disabled={form.isValid()} type="submit" color="teal">
|
||||
<Button disabled={!form.isValid()} type="submit" color="teal">
|
||||
{t("common.action.create")}
|
||||
</Button>
|
||||
</Group>
|
||||
|
||||
Reference in New Issue
Block a user