mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
feat(editor): Workflows Diff UI (no-changelog) (#17452)
This commit is contained in:
committed by
GitHub
parent
f2ca2df90c
commit
9f45c284db
@@ -160,7 +160,7 @@ function getCustomClass() {
|
||||
@opened="onOpened"
|
||||
>
|
||||
<template v-if="$slots.header" #header>
|
||||
<slot v-if="!loading" name="header" />
|
||||
<slot v-if="!loading" name="header" v-bind="{ closeDialog }" />
|
||||
</template>
|
||||
<template v-else-if="title" #title>
|
||||
<div :class="centerTitle ? $style.centerTitle : ''">
|
||||
|
||||
Reference in New Issue
Block a user