davidjumani commented on code in PR #7306:
URL: https://github.com/apache/cloudstack/pull/7306#discussion_r1151836758


##########
ui/src/components/header/SamlDomainSwitcher.vue:
##########
@@ -42,7 +42,7 @@
         </a-tooltip>
       </template>
 
-      <a-select-option v-for="(account, index) in samlAccounts" :key="index">
+      <a-select-option v-for="(account, index) in samlAccounts" :key="index" 
:label="`${account.accountName} (${account.domainName})`">

Review Comment:
   Yes, as now in antdv3 searching in dropdowns can be done either by key or 
label, and not based on the text in the element



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to