-
Notifications
You must be signed in to change notification settings - Fork 4
Fix grouped modifications search #3436
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
| ? 'rootNetwork.searchPlaceholder.nodes' | ||
| : 'rootNetwork.searchPlaceholder.modifications', |
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.
| ? 'rootNetwork.searchPlaceholder.nodes' | |
| : 'rootNetwork.searchPlaceholder.modifications', | |
| ? 'rootNetwork.searchLabel.nodes' | |
| : 'rootNetwork.searchLabel.modifications', |
| placeholder={intl.formatMessage({ | ||
| id: 'searchPlaceholder', | ||
| })} |
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.
| placeholder={intl.formatMessage({ | |
| id: 'searchPlaceholder', | |
| })} |
remove placeholder ? the label usage is sufficient no ?
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.
Code Review OK
Tests OK
Console warning check OK
|



PR Summary
Minor changes on the placeholder and the label of the search bar in modifications search dialog and nodes search dialog.