diff --git a/src/modules/04_system/stores/main.ts b/src/modules/04_system/stores/main.ts index 131b4940..4c3fae9d 100644 --- a/src/modules/04_system/stores/main.ts +++ b/src/modules/04_system/stores/main.ts @@ -172,5 +172,8 @@ export const useDataStore = defineStore("systemStore", () => { createBackUp, restore, deleteBackUp, + + backupRunningList, + restoreRunningList, }; });