Issue #588 fixed
This commit is contained in:
parent
4f420ca483
commit
0f382acbf4
|
|
@ -56,7 +56,7 @@
|
|||
{{-- Response fields based on the type of columns to be filtered --}}
|
||||
<li v-if='stringCondition != null'>
|
||||
<div class="control-group">
|
||||
<input type="text" class="control response-string" placeholder="String Value here" v-model="stringValue" />
|
||||
<input type="text" class="control response-string" placeholder="Value here" v-model="stringValue" />
|
||||
</div>
|
||||
</li>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue