eschutho commented on a change in pull request #15790:
URL: https://github.com/apache/superset/pull/15790#discussion_r674427554
##########
File path: superset-frontend/src/views/CRUD/data/database/DatabaseList.tsx
##########
@@ -243,7 +243,9 @@ function DatabaseList({ addDangerToast, addSuccessToast }:
DatabaseListProps) {
row: {
original: { allow_run_async: allowRunAsync },
},
- }: any) => <BooleanDisplay value={allowRunAsync} />,
+ }: {
+ row: { original: { allow_run_async: boolean } };
+ }) => <BooleanDisplay value={allowRunAsync} />,
Review comment:
the typescript bump surfaced up a few new errors (this file and the one
above)
--
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]