fix(web): fix tag view menu lazy load

This commit is contained in:
2023-02-18 00:50:35 +03:00
parent 1243c4dc93
commit 90ac5324ea
5 changed files with 19 additions and 10 deletions
+1 -1
View File
@@ -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>