mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-13 13:17:45 +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:
@@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user