mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-26 18:29:51 +00:00
Fix Archive special component (#979)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
bdeaab7ca8
commit
5006801e77
@ -249,7 +249,7 @@
|
|||||||
{#if currentApplication && currentApplication.component}
|
{#if currentApplication && currentApplication.component}
|
||||||
<Component is={currentApplication.component} />
|
<Component is={currentApplication.component} />
|
||||||
{:else if specialComponent}
|
{:else if specialComponent}
|
||||||
<Component is={specialComponent} />
|
<Component is={specialComponent} props={{ model: navigatorModel }} />
|
||||||
{:else}
|
{:else}
|
||||||
<SpaceView {currentSpace} {currentView} {createItemDialog} />
|
<SpaceView {currentSpace} {currentView} {createItemDialog} />
|
||||||
{/if}
|
{/if}
|
||||||
|
Loading…
Reference in New Issue
Block a user