mirror of
https://github.com/pacnpal/thrilltrack-explorer.git
synced 2025-12-29 02:07:05 -05:00
Fix TypeScript errors after JSONB removal
This commit is contained in:
@@ -129,7 +129,7 @@ export const EntityEditPreview = ({ submissionId, entityType, entityName }: Enti
|
||||
|
||||
// Parse changed fields
|
||||
const changed: string[] = [];
|
||||
const data = firstItem.item_data as Record<string, unknown>;
|
||||
const data = itemDataObj as Record<string, unknown>;
|
||||
|
||||
// Check for image changes
|
||||
if (data.images && typeof data.images === 'object') {
|
||||
|
||||
Reference in New Issue
Block a user