mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: edge-case where the database name is null during navigation on tablet/mobile viewports.
This commit is contained in:
+1
-1
@@ -134,7 +134,7 @@
|
||||
</div>
|
||||
</section>
|
||||
</Sidebar.Base>
|
||||
{:else}
|
||||
{:else if data?.database?.name}
|
||||
<Navbar.Base>
|
||||
<div slot="left">
|
||||
<Layout.Stack direction="row" alignItems="center" gap="s">
|
||||
|
||||
Reference in New Issue
Block a user