mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 03:37:43 +02:00
Fix Popup, Loading, DateRange animation (#1893)
This commit is contained in:
@@ -397,7 +397,7 @@
|
||||
{#if currentApplication}
|
||||
<NavHeader label={currentApplication.label} />
|
||||
{#if currentApplication.navHeaderComponent}
|
||||
<Component is={currentApplication.navHeaderComponent} props={{ currentSpace }} />
|
||||
<Component is={currentApplication.navHeaderComponent} props={{ currentSpace }} shrink />
|
||||
{/if}
|
||||
{/if}
|
||||
<Navigator
|
||||
|
||||
Reference in New Issue
Block a user