ваше сообщение коммита

This commit is contained in:
2025-07-09 01:18:58 +03:00
parent c18b674364
commit 81dced1f11
54 changed files with 15732 additions and 214 deletions

View File

@@ -32,7 +32,7 @@ const description = ref('');
const isRagSourceId = ref(2);
onMounted(async () => {
const { data } = await axios.get(`/api/tables/${$route.params.id}`);
const { data } = await axios.get(`/tables/${$route.params.id}`);
name.value = data.name;
description.value = data.description;
isRagSourceId.value = data.is_rag_source_id || 2;