Fix Popup, Loading, DateRange animation (#1893)

This commit is contained in:
Alexander Platov
2022-05-28 22:59:53 +07:00
committed by GitHub
parent a2858c845e
commit 79bce33abc
10 changed files with 48 additions and 29 deletions
@@ -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