mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-01 16:45:40 +02:00
add refresh sites button
This commit is contained in:
parent
073c318f12
commit
809a135721
5 changed files with 61 additions and 11 deletions
|
@ -71,7 +71,7 @@ const Button = React.forwardRef<HTMLButtonElement, ButtonProps>(
|
|||
disabled={loading || props.disabled} // Disable button when loading
|
||||
{...props}
|
||||
>
|
||||
{loading && <Loader2 className="mr-2 h-4 w-4 animate-spin" />}
|
||||
{/* {loading && <Loader2 className="mr-2 h-4 w-4 animate-spin" />} */}
|
||||
{props.children}
|
||||
</Comp>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue