1
0

fix: open external migration service in current tab

This commit is contained in:
kolaente
2024-03-02 11:22:03 +01:00
parent ed4da96ab1
commit 178cd8c392
2 changed files with 4 additions and 1 deletions

View File

@ -27,6 +27,7 @@
:loading="migrationService.loading"
:disabled="migrationService.loading || undefined"
:href="authUrl"
:open-external-in-new-tab="false"
>
{{ $t('migrate.getStarted') }}
</x-button>