diff options
Diffstat (limited to 'web/html/component/aSettingListItem.html')
| -rw-r--r-- | web/html/component/aSettingListItem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/html/component/aSettingListItem.html b/web/html/component/aSettingListItem.html index 27a7abac..7ad13456 100644 --- a/web/html/component/aSettingListItem.html +++ b/web/html/component/aSettingListItem.html @@ -26,7 +26,7 @@ type: String, required: false, defaultValue: "default", - validator: function (value) { + validator: function(value) { return ['small', 'default'].includes(value) } } @@ -46,4 +46,4 @@ } }) </script> -{{end}} +{{end}}
\ No newline at end of file |
