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

@@ -16,7 +16,7 @@ const title = computed(() =>
</script>
<template>
<n8n-icon-button
<N8nIconButton
icon="stop"
size="large"
class="stop-execution"