fix: sanitize image filename before saving for course and jobs

This commit is contained in:
Jannat Patel
2026-01-14 17:54:23 +05:30
parent e2479cd787
commit e7ccf0a711
4 changed files with 33 additions and 163 deletions

View File

@@ -70,7 +70,7 @@ const props = withDefaults(
modelValue: string
label?: string
description?: string
type: 'image' | 'video'
type?: 'image' | 'video'
required?: boolean
}>(),
{