fix: more Torsten's review

This commit is contained in:
Arman
2023-04-11 18:27:41 +02:00
parent e3e99487e5
commit 8b3d70a7ff
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
import { loading } from '../store';
import Create from './createOrganization.svelte';
onMount(async () => {
onMount(() => {
loading.set(false);
setInterval(() => {
@@ -5,7 +5,7 @@
export async function submitRelationship(
databaseId: string,
collectionId: string,
_: string,
_key: string,
data: Partial<Models.AttributeRelationship>
) {
await sdk.forProject.databases.createRelationshipAttribute(