mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
misc: fixes.
This commit is contained in:
+1
-2
@@ -37,13 +37,12 @@
|
||||
|
||||
const basePath = $derived.by(() => {
|
||||
const entityType = terminology.entity.lower.singular;
|
||||
const entityId = page.params[entityType];
|
||||
return withPath(
|
||||
resolveRoute(
|
||||
`/(console)/project-[region]-[project]/databases/database-[database]`,
|
||||
page.params
|
||||
),
|
||||
`${entityType}-${entityId}`
|
||||
`${entityType}-${entity.$id}`
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
+1
-1
@@ -294,7 +294,7 @@
|
||||
{@render emptyIndexesSheetView(() => (showCreateIndex = true))}
|
||||
{/if}
|
||||
{:else}
|
||||
{@render emptyEntitiesSheetView()}
|
||||
{@render emptyEntitiesSheetView?.()}
|
||||
{/if}
|
||||
|
||||
{#if selectedIndexes.length > 0}
|
||||
|
||||
Reference in New Issue
Block a user