bill 7 months ago
parent
commit
8afe44c46c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/store/fuse-model.ts

+ 1 - 0
src/store/fuse-model.ts

@@ -165,6 +165,7 @@ export const addFuseModel = async (model: FuseModel) => {
     fuseModels.value.push(addModel);
     fuseModels.value.push(addModel);
     dynamicAddedModelIds.value.push(addModel.id);
     dynamicAddedModelIds.value.push(addModel.id);
   });
   });
+  backupFuseModels()
 };
 };
 
 
 export const initialFuseModels = fetchStoreItems(
 export const initialFuseModels = fetchStoreItems(