fix(sql-lab): prevent crash when host shell lacks useAppDispatch export (#40591)

Co-authored-by: yousoph <sophieyou12@gmail.com>
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Richard Fogaca Nienkotter
2026-06-02 12:52:01 -03:00
committed by GitHub
parent ddb647cd3a
commit 88abd41c8b
21 changed files with 72 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ import { t } from '@apache-superset/core/translation';
import { QueryResponse, QueryState } from '@superset-ui/core';
import { useTheme } from '@apache-superset/core/theme';
import { shallowEqual, useSelector } from 'react-redux';
import { useAppDispatch } from 'src/views/store';
import { useAppDispatch } from 'src/SqlLab/hooks/useAppDispatch';
import {
queryEditorSetSql,