mistercrunch commented on code in PR #29974: URL: https://github.com/apache/superset/pull/29974#discussion_r1724211913
########## superset-frontend/src/SqlLab/components/TableElement/index.tsx: ########## @@ -107,7 +108,7 @@ const TableElement = ({ table, ...props }: TableElementProps) => { const { currentData: tableMetadata, isSuccess: isMetadataSuccess, - isLoading: isMetadataLoading, + isFetching: isMetadataLoading, Review Comment: haven't dug deep, but I'd assume switching the name here we'd fetch some other reference to it somewhere else? -- 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: notifications-unsubscr...@superset.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org For additional commands, e-mail: notifications-h...@superset.apache.org