fix: show collapse button in AssetBrowserModal right panel header

This commit is contained in:
Alexander Brown
2026-01-16 16:38:57 -08:00
parent d284c0eaf7
commit ea78e3c2a3
2 changed files with 2 additions and 6 deletions

View File

@@ -80,11 +80,7 @@
<slot name="rightPanelHeaderTitle" />
</div>
<slot name="rightPanelHeaderActions" />
<Button
v-if="showRightPanelButton"
size="icon"
@click="toggleRightPanel"
>
<Button size="icon" @click="toggleRightPanel">
<i class="icon-[lucide--panel-right-close] text-sm" />
</Button>
<Button size="icon" @click="closeDialog">