mirror of
https://github.com/apache/superset.git
synced 2026-04-20 08:34:37 +00:00
feat: display suggestions when query has missing parameters (#12113)
* WIP * camelCase everything * Hide 'fix did you mean?'
This commit is contained in:
@@ -115,6 +115,7 @@
|
||||
"immutable": "^4.0.0-rc.12",
|
||||
"interweave": "^11.2.0",
|
||||
"jquery": "^3.5.1",
|
||||
"js-levenshtein": "^1.1.6",
|
||||
"json-bigint": "^1.0.0",
|
||||
"json-stringify-pretty-compact": "^2.0.0",
|
||||
"lodash": "^4.17.20",
|
||||
@@ -205,6 +206,7 @@
|
||||
"@types/fetch-mock": "^7.3.2",
|
||||
"@types/jest": "^26.0.3",
|
||||
"@types/jquery": "^3.3.32",
|
||||
"@types/js-levenshtein": "^1.1.0",
|
||||
"@types/json-bigint": "^1.0.0",
|
||||
"@types/react": "^16.9.43",
|
||||
"@types/react-bootstrap": "^0.32.22",
|
||||
|
||||
Reference in New Issue
Block a user