mirror of
https://github.com/umami-software/umami.git
synced 2026-02-05 13:17:19 +01:00
Fix LoadingButton isLoading property
This commit is contained in:
parent
86515d6456
commit
6d0b3934eb
5 changed files with 9 additions and 5 deletions
|
|
@ -16,7 +16,7 @@ export function RefreshButton({ websiteId, isLoading }) {
|
|||
|
||||
return (
|
||||
<TooltipPopup label={formatMessage(labels.refresh)}>
|
||||
<LoadingButton loading={isLoading} onClick={handleClick}>
|
||||
<LoadingButton isLoading={isLoading} onClick={handleClick}>
|
||||
<Icon>
|
||||
<Icons.Refresh />
|
||||
</Icon>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue