feat: course creation page structure

This commit is contained in:
Jannat Patel
2024-02-27 20:41:02 +05:30
parent 5317aa8fb5
commit 60a917e60c
13 changed files with 263 additions and 74 deletions

View File

@@ -126,7 +126,9 @@ const jobApplication = createResource({
})
onMounted(() => {
jobApplication.submit()
if (user.data?.name) {
jobApplication.submit()
}
})
const openApplicationModal = () => {