fix: edge-case where the database name is null during navigation on tablet/mobile viewports.

This commit is contained in:
Darshan
2025-09-04 09:57:57 +05:30
parent 55a26254f4
commit 83018ac784
@@ -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">