1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

fixing settings

This commit is contained in:
Patrik J. Braun 2019-01-27 17:30:01 -05:00
parent a613373537
commit 7c46f61a2d

View File

@ -37,7 +37,7 @@
[switch-on-text]="text.Enabled"
[switch-handle-width]="'100'"
[switch-label-width]="'20'"
[(ngModel)]="settings.autocompleteEnabled">
[(ngModel)]="settings.AutoComplete.enabled">
</bSwitch>
<small class="form-text text-muted" i18n>Show hints while typing search query</small>
</div>