Skip to content

Commit 53f5f4c

Browse files
authored
fix related field options resetting in the UI (#4871)
SDESK-7708
1 parent 2a19519 commit 53f5f4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/apps/vocabularies/controllers/VocabularyEditController.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ export function VocabularyEditController(
9292

9393
// Insert default allowed workflows
9494
vocab.field_options = {
95-
...(vocab.field_options ?? {}),
9695
allowed_workflows: defaultAllowedWorkflows,
96+
...(vocab.field_options ?? {}),
9797
};
9898
}
9999

0 commit comments

Comments
 (0)