mirror of
https://github.com/umami-software/umami.git
synced 2026-02-11 08:07:12 +01:00
Fix LoadingButton isLoading property
This commit is contained in:
parent
86515d6456
commit
6d0b3934eb
5 changed files with 9 additions and 5 deletions
|
|
@ -66,7 +66,7 @@ export function ReportHeader({ icon }) {
|
|||
<PageHeader title={<Title />}>
|
||||
<LoadingButton
|
||||
variant="primary"
|
||||
loading={isCreating || isUpdating}
|
||||
isLoading={isCreating || isUpdating}
|
||||
disabled={!websiteId || !dateRange?.value || !name}
|
||||
onClick={handleSave}
|
||||
>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue