fix(editor): Revert log view rollout (no-changelog) (#15309)

This commit is contained in:
Suguru Inoue
2025-05-12 13:35:18 +02:00
committed by GitHub
parent e2b9ada4b5
commit 81caedb319
7 changed files with 28 additions and 27 deletions

View File

@@ -141,7 +141,6 @@ watch(
type="secondary"
icon="trash"
icon-size="medium"
data-test-id="clear-execution-data-button"
:class="$style.clearButton"
@click.stop="emit('clearExecutionData')"
>{{ locale.baseText('logs.overview.header.actions.clearExecution') }}</N8nButton