Merge pull request #624 from jitendra-webkul/jitendra

Issue #588 fixed
This commit is contained in:
JItendra Singh 2019-02-26 13:07:41 +05:30 committed by GitHub
commit 7ab9b2d6f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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>