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

This commit is contained in:
Torkel Ödegaard 2020-06-29 14:27:51 +02:00 committed by GitHub
parent 5070f7a75b
commit 75d8853aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"