mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
chore(frontend): comprehensive TypeScript quality improvements (#37625)
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -655,7 +655,8 @@ const executeQuery: typeof sqlLabApi.executeQuery = async options => {
|
||||
updateTabState,
|
||||
};
|
||||
|
||||
store.dispatch(runQueryAction(query));
|
||||
// Cast to any because store.dispatch type doesn't include thunk middleware types
|
||||
store.dispatch(runQueryAction(query) as any);
|
||||
|
||||
return queryId;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user