fix: ATTR_ENUMERATED_COERCION in a few places
This commit is contained in:
parent
1864359751
commit
571b019c00
8 changed files with 12 additions and 12 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Reference in a new issue