fix: backup-button.tsx and s3.schema.ts

This commit is contained in:
charlesgauthereau
2026-03-02 20:28:47 +01:00
parent 0970f5baae
commit 920743bea7
2 changed files with 2 additions and 1 deletions
@@ -45,6 +45,7 @@ export const BackupButton = (props: BackupButtonProps) => {
description={"Are you sure you want to create a backup?"}
button={{
main: {
disabled: props.disable,
text: isMobile ? "" : "Backup",
variant: "default",
icon: <DatabaseZap />,