fix: Hot bug fix
This commit is contained in:
@@ -31,7 +31,7 @@ interface UploadMediaDialogProps {
|
||||
media_type: number;
|
||||
}) => void;
|
||||
afterUploadSight?: (id: string) => void;
|
||||
hardcodeType?: "thumbnail" | "watermark_lu" | "watermark_rd" | null;
|
||||
hardcodeType?: "thumbnail" | "watermark_lu" | "watermark_rd" | "image" | null;
|
||||
}
|
||||
|
||||
export const UploadMediaDialog = observer(
|
||||
|
||||
Reference in New Issue
Block a user