fetch search index change settings

This commit is contained in:
usmannasir
2025-04-07 18:18:19 +05:00
parent a17276b89f
commit 69d7e5fe7c
2 changed files with 11 additions and 39 deletions

View File

@@ -244,9 +244,7 @@
<input type="checkbox"
class="custom-control-input"
id="searchIndex"
ng-model="searchIndexEnabled"
ng-change="UpdateWPSettings('searchIndex')"
ng-init="searchIndexEnabled=false">
ng-click="UpdateWPSettings('searchIndex')">
<label class="custom-control-label"
for="searchIndex"></label>
</div>