Refactoring.

This commit is contained in:
charlesgauthereau
2025-11-01 19:38:05 +01:00
parent 84dab35f4b
commit 5251e01011
60 changed files with 1804 additions and 340 deletions
@@ -38,12 +38,11 @@ export const BackupButton = (props: BackupButtonProps) => {
<ButtonWithLoading
icon={<DatabaseZap/>}
disabled={props.disable}
text={isMobile ? "" : "Backup"}
isPending={mutation.isPending}
size={"default"}
onClick={async () => {
await HandleAction();
}}
/>
>{isMobile ? "" : "Backup"}</ButtonWithLoading>
);
};