feat(explore): Make metric title respond to changes immediately (#12747)

* Make metric title respond to changes immediately

* Bug fix

* Change type to Metric

* Bug fix
This commit is contained in:
Kamil Gabryjelski
2021-01-28 07:58:39 +01:00
committed by GitHub
parent 41b990f72d
commit 14de7b4791
3 changed files with 82 additions and 26 deletions

View File

@@ -56,6 +56,7 @@ function setup(overrides) {
onChange,
onClose,
onResize: () => {},
getCurrentLabel: () => {},
columns,
...overrides,
};