fix: Hot bug fix

This commit is contained in:
2025-06-15 20:38:48 +03:00
parent 481385c2f4
commit 32a7cb44d1
24 changed files with 900 additions and 250 deletions

View File

@ -5,7 +5,7 @@ import { editSightStore } from "@shared";
import { toast } from "react-toastify";
interface ImageUploadCardProps {
title: string;
imageKey?: "thumbnail" | "watermark_lu" | "watermark_rd";
imageKey?: "thumbnail" | "watermark_lu" | "watermark_rd" | "image";
imageUrl: string | null | undefined;
onImageClick: () => void;
onDeleteImageClick: () => void;