Commit 35915f2
committed
Fix refresh of VIEWS view after applying configuration
Add missing await call when calling onCustomizationClick() when
handling the customization click button. Waiting ensures that the
method updateAvailableViews() method to refresh the view is called
after the customization is applied.
Fixes #364
Signed-off-by: Bernd Hufmann <bernd.hufmann@ericsson.com>1 parent 9e3bf0a commit 35915f2
1 file changed
Lines changed: 4 additions & 4 deletions
File tree
- local-libs/traceviewer-libs/react-components/src/trace-explorer
Lines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
| 300 | + | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
305 | 305 | | |
306 | 306 | | |
307 | 307 | | |
| |||
0 commit comments