mirror of
https://github.com/ajnart/homarr.git
synced 2026-03-01 09:50:56 +01: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