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

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>