Commit 65c0925
authored
fix: Cannot add control from Controls menu with click (#1363)
- We were defaulting the value to `null` instead of `undefined`
- A golden-layout refactor explicitly checked for `undefined` instead of
`null`
- For some reason the type error in `FilterPlugin` and also
`AppMainContainer` wasn't throwing an error when building?? Will need to
investigate why not
- Loosen restriction to just be `!= null` instead of `!== undefined` as
that is the intent
- Fixes #13621 parent d1ce140 commit 65c0925
3 files changed
Lines changed: 3 additions & 6 deletions
File tree
- packages
- code-studio/src/main
- dashboard-core-plugins/src
- dashboard/src/layout
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
379 | 379 | | |
380 | 380 | | |
381 | 381 | | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
| 382 | + | |
386 | 383 | | |
387 | 384 | | |
388 | 385 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
176 | 176 | | |
177 | 177 | | |
178 | 178 | | |
179 | | - | |
| 179 | + | |
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
478 | 478 | | |
479 | 479 | | |
480 | 480 | | |
481 | | - | |
| 481 | + | |
482 | 482 | | |
483 | 483 | | |
484 | 484 | | |
| |||
0 commit comments