We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbddeb0 commit 189a0fcCopy full SHA for 189a0fc
src/nginxconfig/templates/global_sections/php.vue
@@ -215,6 +215,8 @@ THE SOFTWARE.
215
},
216
// Ensure 'Custom'/'Disabled' get translated in VueSelect on language switch
217
'$i18n.locale'() {
218
+ if (!this.$refs.phpServerOptions)
219
+ return false;
220
const updated = this.phpServerOptions
221
.find(x => x.value === this.$refs.phpServerOptions.$data._value.value);
222
if (updated) this.$refs.phpServerOptions.$data._value = updated;
0 commit comments