mirror of
https://github.com/apache/superset.git
synced 2026-06-02 22:29:26 +00:00
chore(sqllab): Relocate user in SqlLab to root (#25010)
This commit is contained in:
@@ -105,7 +105,7 @@ const QueryTable = ({
|
||||
[columns],
|
||||
);
|
||||
|
||||
const user = useSelector<SqlLabRootState, User>(state => state.sqlLab.user);
|
||||
const user = useSelector<SqlLabRootState, User>(state => state.user);
|
||||
|
||||
const data = useMemo(() => {
|
||||
const restoreSql = (query: QueryResponse) => {
|
||||
|
||||
Reference in New Issue
Block a user