feat(editor): Add AI Chat button to new canvas (no-changelog) (#10166)

This commit is contained in:
Alex Grozav
2024-07-24 12:10:02 +03:00
committed by GitHub
parent fe1a1d80c6
commit ea5382d20f
7 changed files with 40 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
<template>
<N8nButton
label="Chat"
size="large"
icon="comment"
type="primary"
data-test-id="workflow-chat-button"
/>
</template>