ktmud commented on a change in pull request #9628:
URL: 
https://github.com/apache/incubator-superset/pull/9628#discussion_r424757660



##########
File path: superset-frontend/src/explore/components/PropertiesModal.tsx
##########
@@ -236,14 +245,14 @@ function PropertiesModal({ slice, onHide, onSave }: 
InternalProps) {
               <label className="control-label" htmlFor="owners">
                 {t('Owners')}
               </label>
-              <SelectAsync
-                multi
+              <AsyncSelect
+                isMulti
                 name="owners"
                 value={owners || []}
                 loadOptions={loadOptions}

Review comment:
       You are right. Thanks for catching this! I forgot to test the properties 
modal in the Explore view.




----------------------------------------------------------------
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.

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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to