upload request prototype UI

This commit is contained in:
Čarodej
2022-02-16 16:57:57 +01:00
parent 3fafc811fe
commit 394a7b6baf
197 changed files with 6927 additions and 2738 deletions

View File

@@ -12,7 +12,13 @@
{{ $t('Upgrade your account to get more.') }}
</b>
<ButtonBase v-if="$store.getters.config.allowed_payments" @click.native="$openUpgradeOptions" type="submit" button-style="theme" class="mt-4 w-full">
<ButtonBase
v-if="$store.getters.config.allowed_payments"
@click.native="$openUpgradeOptions"
type="submit"
button-style="theme"
class="mt-4 w-full"
>
{{ $t('Upgrade Your Account') }}
</ButtonBase>
</div>