mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2026-08-06 03:48:35 +02:00
fix(editor): Updating ai agent tool usage callout style to match others (no-changelog) (#12805)
This commit is contained in:
@@ -1461,7 +1461,7 @@ defineExpose({ enterEditMode });
|
||||
<slot v-if="!displaysMultipleNodes" name="before-data" />
|
||||
|
||||
<div v-if="props.calloutMessage" :class="$style.hintCallout">
|
||||
<N8nCallout theme="secondary" data-test-id="run-data-callout">
|
||||
<N8nCallout theme="info" data-test-id="run-data-callout">
|
||||
<N8nText v-n8n-html="props.calloutMessage" size="small"></N8nText>
|
||||
</N8nCallout>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user