Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
[Web Portal] fix UI broken if choose all of the VC when create user (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
mslichao authored Jul 12, 2019
1 parent 923c353 commit 0dda6c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default function BatchVirtualClustersEditor({isOpen = false, hide}) {
options={vcsOptions}
placeholder='Select an option'
onChange={handleVCsChanged}
style={{maxWidth: '248px'}}
/>
</td>
</tr>
Expand Down
1 change: 1 addition & 0 deletions src/webportal/src/app/user/fabric/userView/UserEditor.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,7 @@ export default function UserEditor({user: {username = '', admin = false, email =
disabled={isAdmin ? true : false}
onChange={handleVCsChanged}
placeholder='Select an option'
style={{maxWidth: '248px'}}
/>
</td>
</tr>
Expand Down

0 comments on commit 0dda6c6

Please sign in to comment.