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
@@ -24,6 +24,7 @@
export let _id: Ref<Integration>
export let _class: Ref<Class<Integration>>
export let embedded: boolean = false
let integration: Integration | undefined = undefined
const query = createQuery()
@@ -53,7 +54,7 @@
</script>
{#if integration}
<Panel {title} object={integration} isHeader={false} isAside={false} withoutActivity withoutInput>
<Panel {title} object={integration} isHeader={false} isAside={false} {embedded} withoutActivity withoutInput>
<div class="max-w-80 min-w-80">
{#if type}
<PluginCard {integration} integrationType={type} />