auto redirect

This commit is contained in:
Čarodej
2022-03-04 12:25:46 +01:00
parent 2724fb1873
commit 0f6dd0304f
20 changed files with 36 additions and 49 deletions

View File

@@ -99,7 +99,7 @@
<!--Actions-->
<PopupActions v-if="!generatedUploadRequest">
<ButtonBase class="w-full" @click.native="$closePopup()" button-style="secondary"
>{{ $t('popup_move_item.cancel') }}
>{{ $t('cancel') }}
</ButtonBase>
<ButtonBase class="w-full" @click.native="createUploadRequest" :loading="isLoading" button-style="theme"
>{{ $t('Create Request') }}