mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: more Torsten's review
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
import { loading } from '../store';
|
||||
import Create from './createOrganization.svelte';
|
||||
|
||||
onMount(async () => {
|
||||
onMount(() => {
|
||||
loading.set(false);
|
||||
|
||||
setInterval(() => {
|
||||
|
||||
+1
-1
@@ -5,7 +5,7 @@
|
||||
export async function submitRelationship(
|
||||
databaseId: string,
|
||||
collectionId: string,
|
||||
_: string,
|
||||
_key: string,
|
||||
data: Partial<Models.AttributeRelationship>
|
||||
) {
|
||||
await sdk.forProject.databases.createRelationshipAttribute(
|
||||
|
||||
Reference in New Issue
Block a user