Timothy Jaeryang Baek 8 months ago
parent
commit
03b606925e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/components/admin/Settings/Models.svelte

+ 1 - 0
src/lib/components/admin/Settings/Models.svelte

@@ -102,6 +102,7 @@
 				base_model_id: null,
 				meta: {},
 				params: {},
+				access_control: {},
 				is_active: model.is_active
 			}).catch((error) => {
 				return null;