-
Couldn't load subscription status.
- Fork 32
🐛 [Frontend] Fix: Pass the initial value #8529
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
🐛 [Frontend] Fix: Pass the initial value #8529
Conversation
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 bug in the SafeLabel constructor where arguments passed to the constructor were not being forwarded to the parent class. The fix ensures all constructor arguments are properly passed through to the base class.
- Modified constructor to accept rest parameters and forward them to the parent class
- Reordered event listener registration to occur before the base constructor call
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
services/static-webserver/client/source/class/osparc/ui/basic/SafeLabel.js
Outdated
Show resolved
Hide resolved
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
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
services/static-webserver/client/source/class/osparc/ui/basic/SafeLabel.js
Show resolved
Hide resolved
|



What do these changes do?
Related issue/s
How to test
Dev-ops