Timothy Jaeryang Baek пре 2 месеци
родитељ
комит
9f9adce72c

+ 1 - 1
src/routes/(app)/workspace/models/create/+page.svelte

@@ -2,7 +2,7 @@
 	import { v4 as uuidv4 } from 'uuid';
 	import { v4 as uuidv4 } from 'uuid';
 	import { toast } from 'svelte-sonner';
 	import { toast } from 'svelte-sonner';
 	import { goto } from '$app/navigation';
 	import { goto } from '$app/navigation';
-	import { models } from '$lib/stores';
+	import { config, models, settings } from '$lib/stores';
 
 
 	import { onMount, tick, getContext } from 'svelte';
 	import { onMount, tick, getContext } from 'svelte';
 	import { createNewModel, getModelById } from '$lib/apis/models';
 	import { createNewModel, getModelById } from '$lib/apis/models';

+ 1 - 1
src/routes/(app)/workspace/models/edit/+page.svelte

@@ -6,7 +6,7 @@
 	const i18n = getContext('i18n');
 	const i18n = getContext('i18n');
 
 
 	import { page } from '$app/stores';
 	import { page } from '$app/stores';
-	import { config, models } from '$lib/stores';
+	import { config, models, settings } from '$lib/stores';
 
 
 	import { getModelById, updateModelById } from '$lib/apis/models';
 	import { getModelById, updateModelById } from '$lib/apis/models';