michael-s-molina commented on a change in pull request #16445:
URL: https://github.com/apache/superset/pull/16445#discussion_r711012755
##########
File path: superset-frontend/src/explore/components/PropertiesModal/index.tsx
##########
@@ -54,7 +49,7 @@ export default function PropertiesModal({
const [cacheTimeout, setCacheTimeout] = useState(
slice.cache_timeout != null ? slice.cache_timeout : '',
);
- const [owners, setOwners] = useState<OptionsType<OwnerOption> | null>(null);
+ const [owners, setOwners] = useState<SelectValue | null>(null);
Review comment:
Should we call this `selectedOwners`? At first, I thought it was
conflicting with `loadOptions`.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]