FIX: do not show default locale option on site text customization (#14083)

This commit is contained in:
Arpit Jalan 2021-08-19 05:54:21 +05:30 committed by GitHub
parent 2bf2d799c3
commit cfc280676e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 4 deletions

View File

@ -24,10 +24,7 @@
value=locale
onChange=(action "updateLocale")
class="locale-search"
options=(hash
filterable=true
none="user.locale.default"
)
options=(hash filterable=true)
}}
</div>