fix: misc evaluation issues

This commit is contained in:
Jannat Patel
2025-06-10 10:58:03 +05:30
parent b726073a5b
commit 10829e2f00
6 changed files with 29 additions and 24 deletions

View File

@@ -76,8 +76,8 @@
</Button>
</div>
</div>
<Tabs :tabs="tabs" v-model="tabIndex" class="border-l w-1/2">
<template #default="{ tab }">
<Tabs :tabs="tabs" as="div" v-model="tabIndex" class="border-l w-1/2">
<template #tab-panel="{ tab }">
<div
v-if="tab.label == 'Evaluation'"
class="flex flex-col space-y-4 p-5"