-
Notifications
You must be signed in to change notification settings - Fork 32
🐛 [Frontend] Fix workbench #8402
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
Conversation
🧪 CI InsightsHere's what we observed from your CI run for 08961c6. ✅ Passed Jobs With Interesting Signals
|
|
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.
Pull Request Overview
This PR fixes a workbench interaction bug that was introduced in PR #8393 by removing a decorator property and corrects button text/icons in support pages.
- Removes the
decorator: "rounded"property from NodeUI configuration that was causing workbench interaction issues - Updates "Book a Call 3rd" button text to "Book a Call" and changes icon from phone to flask in support pages
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| NodeUI.js | Removes decorator property to fix workbench interaction bug |
| HomePage.js | Updates button text and icon for book-a-call functionality |
| ConversationsPage.js | Updates button text and icon for book-a-call functionality |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.



What do these changes do?
A bug was introduced in #8393, not letting users interact with the workbench. This PR fixes it.
Related issue/s
How to test
Dev-ops