feat: course creation page structure
This commit is contained in:
@@ -126,7 +126,9 @@ const jobApplication = createResource({
|
||||
})
|
||||
|
||||
onMounted(() => {
|
||||
jobApplication.submit()
|
||||
if (user.data?.name) {
|
||||
jobApplication.submit()
|
||||
}
|
||||
})
|
||||
|
||||
const openApplicationModal = () => {
|
||||
|
||||
Reference in New Issue
Block a user