Commit 75d8853a by Torkel Ödegaard Committed by GitHub

Graphite: Fix graphite tag value dropdowns not rendering (#25889)

parent 5070f7a7
......@@ -20,7 +20,8 @@
css-class="query-segment-key"
get-options="ctrl.getTags($index, $query)"
on-change="ctrl.tagChanged(tag, $index)"
/>
></gf-form-dropdown>
<gf-form-dropdown
model="tag.operator"
label-mode="true"
......@@ -28,7 +29,7 @@
get-options="ctrl.getTagOperators()"
on-change="ctrl.tagChanged(tag, $index)"
min-input-width="30"
/>
></gf-form-dropdown>
<gf-form-dropdown
model="tag.value"
allow-custom="true"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment