Skip to content

Commit

Permalink
mobile: fix backup success toast
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarahm-ed committed Aug 13, 2024
1 parent 4e5762b commit 031a1b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/mobile/app/screens/settings/restore-backup/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ const restoreBackup = async (options: {
}

ToastManager.show({
heading: "Backup restored successfully"
heading: "Backup restored successfully",
type: "success"
});

await db.initCollections();
Expand Down

0 comments on commit 031a1b3

Please sign in to comment.