fix billable toggle on time tracker, add billable toggle on time entries row

This commit is contained in:
Gregor Vostrak
2024-04-16 16:28:37 +02:00
parent a7d425be0f
commit fe61a54c35
8 changed files with 52 additions and 8 deletions

View File

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