fix: onboarding step improvements

This commit is contained in:
Jannat Patel
2025-03-26 22:13:08 +05:30
parent aa979b96f2
commit a41338c3a2
22 changed files with 358 additions and 108 deletions

View File

@@ -88,7 +88,7 @@ const addCourse = (close) => {
const openSettings = (close) => {
close()
settingsStore.activeTab = 'Categories'
settingsStore.activeTab = 'Evaluators'
settingsStore.isSettingsOpen = true
}
</script>