-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Added translation for room visibility dropdown #6786
fix: Added translation for room visibility dropdown #6786
Conversation
@@ -129,6 +129,12 @@ class WorkspaceNewRoomPage extends React.Component { | |||
return null; | |||
} | |||
const shouldDisableSubmit = Boolean(!this.state.roomName || !this.state.policyID || this.state.error); | |||
|
|||
const visibilityOptions = _.map(_.values(CONST.REPORT.VISIBILITY), v => ({ |
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.
Can you please use a more descriptive name instead of v?
@parasharrajat PR updated. |
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.
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.
Looks good!
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @puneetlath in version: 1.1.21-2 🚀
|
🚀 Deployed to production by @sketchydroide in version: 1.1.22-0 🚀
|
Details
Fixed Issues
$ #6733
Tests
QA Steps
Tested On
Screenshots
Web
Mobile Web
Desktop
iOS
Android