update: copy.

This commit is contained in:
ItzNotABug
2024-09-17 23:29:36 +05:30
parent 0c2efa2846
commit 04e2633e34
2 changed files with 2 additions and 2 deletions
@@ -32,7 +32,7 @@
await sdk.forProject.backups.createArchive(['databases'], data.database.$id);
addNotification({
type: 'success',
message: 'Backup successfully created'
message: 'Database backup initiated'
});
invalidate(Dependencies.BACKUPS);
} catch (error) {
@@ -62,7 +62,7 @@
);
addNotification({
type: 'success',
message: 'Backup restore initiated'
message: 'Database restore initiated'
});
invalidate(Dependencies.BACKUPS);