mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-22 01:25:00 +02:00
UBERF-4263: restore Back and Close button, fixed selectedAside (#3983)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
@@ -187,7 +187,7 @@
|
||||
}}
|
||||
/>
|
||||
{:else if component && _id && _class}
|
||||
<Component is={component} props={{ _id, _class }} on:close={() => select(undefined)} />
|
||||
<Component is={component} props={{ _id, _class, embedded: true }} on:close={() => select(undefined)} />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user