DashboardPicker: switch to promise-based debounce, return dashboard UID (#30706)
* Use uid in dashboard picker * Set both id and uid from picker * Use debounce-promise * Simplify logic * Use exact package versions
Showing
... | ... | @@ -89,6 +89,7 @@ |
"@types/d3": "5.7.2", | ||
"@types/d3-force": "^2.1.0", | ||
"@types/d3-scale-chromatic": "1.3.1", | ||
"@types/debounce-promise": "3.1.3", | ||
"@types/enzyme": "3.10.5", | ||
"@types/enzyme-adapter-react-16": "1.0.6", | ||
"@types/file-saver": "2.0.1", | ||
... | ... | @@ -234,6 +235,7 @@ |
"d3-force": "^2.1.1", | ||
"d3-scale-chromatic": "1.5.0", | ||
"dangerously-set-html-content": "1.0.6", | ||
"debounce-promise": "3.1.2", | ||
"emotion": "10.0.27", | ||
"eventemitter3": "4.0.0", | ||
"fast-text-encoding": "^1.0.0", | ||
... | ... |
Please
register
or
sign in
to comment