mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: back btn route, render condition
This commit is contained in:
@@ -55,6 +55,6 @@
|
||||
<title>Appwrite - Database</title>
|
||||
</svelte:head>
|
||||
|
||||
{#if $database}
|
||||
{#if $database && $database.$id === databaseId}
|
||||
<slot />
|
||||
{/if}
|
||||
|
||||
+1
-1
@@ -24,7 +24,7 @@
|
||||
updateLayout({
|
||||
navigate: event,
|
||||
title: $collection.name,
|
||||
back: `${base}/console/project-${$page.params.project}/database`,
|
||||
back: `${base}/console/project-${$page.params.project}/databases/database/${databaseId}`,
|
||||
copy: {
|
||||
text: 'Collection ID',
|
||||
value: collectionId
|
||||
|
||||
Reference in New Issue
Block a user