Skip to content

Commit

Permalink
Merge pull request #670 from AnuGayan/4.3.0-fixes
Browse files Browse the repository at this point in the history
Fix multiple issues in Devportal and Publisher
  • Loading branch information
tharikaGitHub authored Apr 2, 2024
2 parents 327db25 + ff6e46e commit 055235e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ const tokens = (props) => {
name='scopesSelected'
options={subscriptionScopes}
noOptionsText='No scopes available'
disabled={subscriptionScopes.length === 0}
disableCloseOnSelect
value={accessTokenRequest.scopesSelected}
onChange={(e, newValue) => handleChange('scopesSelected', { target: { value: newValue } })}
Expand Down

0 comments on commit 055235e

Please sign in to comment.