mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 02:51:14 +00:00
refactor(editor): Fix warnings caused by missing child (no-changelog) (#17372)
This commit is contained in:
@@ -139,10 +139,9 @@ function onAskAssistantButtonClick() {
|
||||
@click="focusPanelStore.toggleFocusPanel"
|
||||
/>
|
||||
</KeyboardShortcutTooltip>
|
||||
<n8n-tooltip placement="left">
|
||||
<n8n-tooltip v-if="assistantStore.canShowAssistantButtonsOnCanvas" placement="left">
|
||||
<template #content> {{ i18n.baseText('aiAssistant.tooltip') }}</template>
|
||||
<n8n-button
|
||||
v-if="assistantStore.canShowAssistantButtonsOnCanvas"
|
||||
type="tertiary"
|
||||
size="large"
|
||||
square
|
||||
|
||||
Reference in New Issue
Block a user