fix: issue with roles on profile page

This commit is contained in:
Jannat Patel
2025-07-03 19:26:07 +05:30
parent 954d0a0637
commit ed0e2e4bb5
5 changed files with 37 additions and 15 deletions

View File

@@ -80,7 +80,7 @@
v-model="activeTab"
/>
</div>
<router-view :profile="profile" />
<router-view :profile="profile" :key="profile.data?.name" />
</div>
</div>
<EditProfile