mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
update submit button in team website add form
This commit is contained in:
parent
9f7851b9f4
commit
cdc2624caf
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ export function TeamWebsiteAddForm({
|
|||
</GridColumn>
|
||||
</WebsitesDataTable>
|
||||
<FormButtons flex>
|
||||
<SubmitButton disabled={selected?.length === 0}>
|
||||
<SubmitButton variant="primary" disabled={selected?.length === 0}>
|
||||
{formatMessage(labels.addWebsite)}
|
||||
</SubmitButton>
|
||||
<Button onClick={onClose}>{formatMessage(labels.cancel)}</Button>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue