diff --git a/src/modules/04_system/stores/main.ts b/src/modules/04_system/stores/main.ts index c1f1a083..8445e1bb 100644 --- a/src/modules/04_system/stores/main.ts +++ b/src/modules/04_system/stores/main.ts @@ -324,9 +324,13 @@ export const useDataStore = defineStore("systemStore", () => { return { dataBackUp, + backupRunTotal, restoreRunTotal, + prevBackupRunTotal, + prevRestoreRunTotal, + dataSchedule, fetchListBackup,