UBERF-4263: restore Back and Close button, fixed selectedAside (#3983)

Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
Alexander Platov
2023-11-14 14:46:22 +07:00
committed by GitHub
parent 29b9296a0e
commit 41f2c7da26
13 changed files with 104 additions and 63 deletions
@@ -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>