Skip to content

Commit 5283c9f

Browse files
author
Jonas Dühring
committed
cleanup
1 parent eeaf8be commit 5283c9f

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/components/shared/wizard/RenderField.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -230,14 +230,14 @@ const EditableSingleSelect = (props: EditableSingleSelectProps) => {
230230
text={text}
231231
form={form}
232232
options={
233-
metadataField.collection
234-
? metadataField.collection.map(item => ({
235-
label: item.label ?? item.name,
236-
value: item.value,
237-
order: item.order,
238-
}))
239-
: []
240-
}
233+
metadataField.collection
234+
? metadataField.collection.map(item => ({
235+
label: item.label ?? item.name,
236+
value: item.value,
237+
order: item.order,
238+
}))
239+
: []
240+
}
241241
isFirstField={isFirstField}
242242
focused={focused}
243243
setFocused={setFocused}

0 commit comments

Comments
 (0)