-
Notifications
You must be signed in to change notification settings - Fork 372
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: [#9666] Onclick Insert property reference in a memory drop down not appearing in Bot Framework Composer 2.1.3. #9678
Conversation
Build error "The lockfile would have been modified by this install, which is explicitly forbidden." |
Thank you Tracy, we are reviewing it. |
Composer/package.json
Outdated
@@ -15,7 +15,7 @@ | |||
"serialize-javascript": "^3.1.0", | |||
"set-value": "^3.0.2", | |||
"terser-webpack-plugin": "^2.3.7", | |||
"axios": "^0.21.1", | |||
"axios": "^0.22.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs either to include updated lock files or exluding the change from the PR
Summary of all failing tests
|
@tracyboehrer , @OEvgeny |
Description
This PR adds the CSRF token in the headers of the fetch request of the project memory variables.
Task Item
Fixes #9666
Screenshots
The following image shows the references dropdown working after the fix.