fix(web): fix tag view menu lazy load
This commit is contained in:
@@ -83,7 +83,7 @@
|
||||
<textarea class="form-control" name="description" id="description" rows="2"></textarea>
|
||||
</div>
|
||||
<div class="form-group form-check">
|
||||
<input type="checkbox" name="selection-filter" class="form-check-input" id="tag-selection-filter">
|
||||
<input type="checkbox" name="selection-filter" class="form-check-input" id="tag-selection-filter" checked>
|
||||
<label class="form-check-label" for="tag-selection-filter">Show only selected</label>
|
||||
</div>
|
||||
<div class="form-group list"></div>
|
||||
|
||||
Reference in New Issue
Block a user