mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
* chore: fix misspelling of button * changed QuerySearch/index.jsx to index.tsx * updated Query type at src/SqlLab/types.ts/Query and extended it into QueryTable * updated defaultQueryLimit to be optional at ResultSetProps of superset-frontend/src/SqlLab/components/ResultSet/index.tsx * moved statusAttributes into useMemo hook so that it will not make the dependencies of useMemo Hook change on every render and statusAttributes is only used within useMomo hook * reset package-lock.json and package.json at frontend * Acquired redux rootestate type for SqlLab, to be used at useSelector(state) * updated query to be Query type and added a comment for q.status on line 178 * updated queryTable for typescript conversion * updated actions type on QueryHistory and QuerySearch * updated type for actions in SouthPane * created type for SqlLab redux Co-authored-by: David Woolner <davidwoolner@gmail.com> Co-authored-by: AAfghahi <48933336+AAfghahi@users.noreply.github.com>