mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat(editor): Implement new app layout (#10548)
This commit is contained in:
committed by
GitHub
parent
d7241cfc3a
commit
95a9cd2c73
@@ -46,9 +46,10 @@ const startNewSession = async () => {
|
||||
<Modal
|
||||
width="460px"
|
||||
height="250px"
|
||||
data-test-id="new-assistant-session-modal"
|
||||
:name="NEW_ASSISTANT_SESSION_MODAL"
|
||||
:center="true"
|
||||
data-test-id="new-assistant-session-modal"
|
||||
:append-to-body="true"
|
||||
>
|
||||
<template #header>
|
||||
{{ i18n.baseText('aiAssistant.newSessionModal.title.part1') }}
|
||||
|
||||
Reference in New Issue
Block a user