feat(editor): Send workflow context to assistant store (#11135)

This commit is contained in:
Milorad FIlipović
2024-10-10 13:13:30 +02:00
committed by GitHub
parent 8e6ddfe028
commit fade9e43c8
16 changed files with 237 additions and 55 deletions

View File

@@ -59,7 +59,7 @@ export function setCredentialByName(name: string) {
export function clickCreateNewCredential() {
openCredentialSelect();
getCreateNewCredentialOption().click();
getCreateNewCredentialOption().click({ force: true });
}
export function clickGetBackToCanvas() {