chore: resolved conflicts

This commit is contained in:
Jannat Patel
2025-06-02 12:24:16 +05:30
13 changed files with 542 additions and 203 deletions

View File

@@ -106,7 +106,6 @@ const courses = createResource({
params: {
batch: props.batch,
},
cache: ['batchCourses', props.batchName],
auto: true,
})

View File

@@ -294,7 +294,7 @@ const tabsStructure = computed(() => {
},
{
label: 'Certified Members',
name: 'certified_participants',
name: 'certified_members',
type: 'checkbox',
},
{

View File

@@ -61,7 +61,7 @@
</button>
</template>
<script setup>
import { Tooltip, Button } from 'frappe-ui'
import { Tooltip } from 'frappe-ui'
import { computed } from 'vue'
import { useRouter } from 'vue-router'
import * as icons from 'lucide-vue-next'