add import types and description from the server, add report data modal

This commit is contained in:
Gregor Vostrak
2024-04-16 23:23:26 +02:00
parent 43e096b153
commit fffa3639d3
7 changed files with 157 additions and 30 deletions

View File

@@ -61,7 +61,9 @@ const updateTeamName = () => {
</div>
<div>
<Link href="/billing">
<PrimaryButton type="button" v-if="isBillingActivated()">
<PrimaryButton
type="button"
v-if="isBillingActivated()">
<CreditCardIcon class="w-5 h-5 me-2" />
Go to Billing
</PrimaryButton>