feat: new tab and other misc fixes

This commit is contained in:
Jannat Patel
2024-04-17 10:36:48 +05:30
parent 255990b022
commit b98f6369ae
10 changed files with 71 additions and 15 deletions

View File

@@ -161,7 +161,7 @@
<div v-else-if="!user.data?.name">
<NotPermitted
text="Please login to access this page."
:buttonLink="`/login?redirect-to=/billing/${type}/${name}`"
:buttonLink="`/login?redirect-to=/lms/billing/${type}/${name}`"
/>
</div>
</div>