Fix wrong value for Hide filter field option

This commit is contained in:
Tuan Pham Ngoc 2021-12-21 21:13:03 +07:00
parent 6fc7f0cda6
commit 03954566ed
1 changed files with 1 additions and 1 deletions

View File

@ -201,7 +201,7 @@
useglobal="true"
class="form-select-color-state"
>
<option value="hide">JHIDE</option>
<option value="0">JHIDE</option>
<option value="1">JSHOW</option>
</field>