diff --git a/components/form/content/image-detail-form.tsx b/components/form/content/image-detail-form.tsx index b9545af0..6caa44f6 100644 --- a/components/form/content/image-detail-form.tsx +++ b/components/form/content/image-detail-form.tsx @@ -450,7 +450,7 @@ export default function FormImageDetail() {
- {detail?.tags?.split(",").map((tag, index) => ( + {detail?.tags?.split(",").map((tag: string, index: number) => (