Commit 746f0b2
fix(insights): DB domain & action dropdown empty options (#78681)
- The `(No Command)` option has been removed specifically for MongoDB,
since MongoDB queries cannot have no command
- We were adding `(empty)` as an extra option in the domain selector
(also in the Assets module) because the backend returns this, but we
also manually append it in the component. Now we filter out this option
so there is no redundancy
---------
Co-authored-by: Dominik Buszowiecki <44422760+DominikB2014@users.noreply.github.com>1 parent 36e7490 commit 746f0b2
File tree
2 files changed
+15
-6
lines changed- static/app/views/insights/common/views/spans/selectors
2 files changed
+15
-6
lines changedLines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
73 | 79 | | |
74 | 80 | | |
75 | 81 | | |
| |||
Lines changed: 9 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
103 | 106 | | |
104 | 107 | | |
105 | 108 | | |
| |||
0 commit comments