Jelajahi Sumber

rename the function

code-october 11 bulan lalu
induk
melakukan
266e9efd2e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      app/store/access.ts

+ 1 - 1
app/store/access.ts

@@ -146,7 +146,7 @@ export const useAccessStore = createPersistStore(
 
       return get().needCode;
     },
-    setVisionModels() {
+    getVisionModels() {
       this.fetch();
       return get().visionModels;
     },