michael-s-molina commented on code in PR #21094:
URL: https://github.com/apache/superset/pull/21094#discussion_r953733812
##########
superset-frontend/src/components/Select/AsyncSelect.tsx:
##########
@@ -131,7 +106,7 @@ export interface AsyncSelectProps extends PickedSelectProps
{
* The options are async, a promise that returns
* an array of options.
*/
- options: OptionsPagePromise;
+ options: SelectOptionsPagePromise;
Review Comment:
Can we make `AsyncSelectProps` extend from the shared interface?
--
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]