mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-25 09:50:19 +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}
|
||||
<Component is={currentApplication.component} />
|
||||
{:else if specialComponent}
|
||||
<Component is={specialComponent} />
|
||||
<Component is={specialComponent} props={{ model: navigatorModel }} />
|
||||
{:else}
|
||||
<SpaceView {currentSpace} {currentView} {createItemDialog} />
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user