Fix Archive special component ()

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-02-08 23:56:23 +07:00 committed by GitHub
parent bdeaab7ca8
commit 5006801e77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}