Issue #588 fixed

This commit is contained in:
jitendra 2019-02-26 13:06:51 +05:30
parent 4f420ca483
commit 0f382acbf4
1 changed files with 1 additions and 1 deletions

View File

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