fix: ATTR_ENUMERATED_COERCION in a few places

This commit is contained in:
kolaente 2021-10-17 18:52:05 +02:00
parent 1864359751
commit 571b019c00
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
8 changed files with 12 additions and 12 deletions

View file

@ -16,7 +16,7 @@
/>
</div>
<div class="control">
<x-button @click="setApiUrl" :disabled="apiUrl === ''">
<x-button @click="setApiUrl" :disabled="apiUrl === '' || null">
{{ $t('apiConfig.change') }}
</x-button>
</div>