mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
feat(editor): Send workflow context to assistant store (#11135)
This commit is contained in:
committed by
GitHub
parent
8e6ddfe028
commit
fade9e43c8
@@ -59,7 +59,7 @@ export function setCredentialByName(name: string) {
|
||||
|
||||
export function clickCreateNewCredential() {
|
||||
openCredentialSelect();
|
||||
getCreateNewCredentialOption().click();
|
||||
getCreateNewCredentialOption().click({ force: true });
|
||||
}
|
||||
|
||||
export function clickGetBackToCanvas() {
|
||||
|
||||
Reference in New Issue
Block a user