1
0

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
8 changed files with 12 additions and 12 deletions

View File

@ -13,7 +13,7 @@
/>
<x-button
:loading="migrationService.loading"
:disabled="migrationService.loading"
:disabled="migrationService.loading || null"
@click="$refs.uploadInput.click()"
>
{{ $t('migrate.upload') }}
@ -23,7 +23,7 @@
<p>{{ $t('migrate.authorize', {name: name}) }}</p>
<x-button
:loading="migrationService.loading"
:disabled="migrationService.loading"
:disabled="migrationService.loading || null"
:href="authUrl"
>
{{ $t('migrate.getStarted') }}