fix: Fix some vue warnings (no-changelog) (#9069)

This commit is contained in:
Tomi Turtiainen
2024-04-08 13:08:28 +03:00
committed by GitHub
parent f4f0a36fe1
commit 50dd90db1a
2 changed files with 3 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
:label="buttonLabel"
:type="type"
:size="size"
:icon="!isListeningForEvents && !hideIcon && 'flask'"
:icon="!isListeningForEvents && !hideIcon ? 'flask' : undefined"
:transparent-background="transparent"
:title="!isTriggerNode ? $locale.baseText('ndv.execute.testNode.description') : ''"
@click="onClick"