feat(editor): Workflows Diff UI (no-changelog) (#17452)

This commit is contained in:
Raúl Gómez Morales
2025-07-22 13:50:18 +02:00
committed by GitHub
parent f2ca2df90c
commit 9f45c284db
36 changed files with 3285 additions and 119 deletions

View File

@@ -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 : ''">