fix: sanitize image filename before saving for course and jobs
This commit is contained in:
@@ -70,7 +70,7 @@ const props = withDefaults(
|
||||
modelValue: string
|
||||
label?: string
|
||||
description?: string
|
||||
type: 'image' | 'video'
|
||||
type?: 'image' | 'video'
|
||||
required?: boolean
|
||||
}>(),
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user