From e11e72b673f7f6ab2fd6ef124fabd2a345bb4cb5 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Mon, 15 Jul 2024 16:48:24 +0700 Subject: [PATCH] export backupRunningList restoreRunningList --- src/modules/04_system/stores/main.ts | 3 +++ 1 file changed, 3 insertions(+) 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, }; });