Fix: Display all fields for submissions

This commit is contained in:
gpt-engineer-app[bot]
2025-10-09 16:00:16 +00:00
parent cf31f94c44
commit 6782da1992
2 changed files with 7 additions and 3 deletions

View File

@@ -221,7 +221,7 @@ export function SubmissionChangesDisplay({
</div>
)}
{changes.action === 'edit' && changes.totalChanges > 0 && (
{(changes.action === 'create' || changes.action === 'edit') && changes.totalChanges > 0 && (
<>
{changes.fieldChanges.length > 0 && (
<div className="flex flex-col gap-2">