Fix moderation type errors

This commit is contained in:
gpt-engineer-app[bot]
2025-11-03 02:06:23 +00:00
parent 007494d21c
commit 9e02748067
8 changed files with 24 additions and 24 deletions

View File

@@ -295,8 +295,8 @@ export function ItemEditDialog({ item, items, open, onOpenChange, onComplete }:
// Simple photo editing form for caption and credit
interface PhotoItem {
url: string;
caption?: string;
credit?: string;
caption?: string | null;
credit?: string | null;
}
function PhotoEditForm({