Skip to content

Commit 64a21e7

Browse files
committed
chore: add empty line
1 parent 0e3f8bd commit 64a21e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/decap-cms-widget-relation/src/RelationControl.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ function convertToOption(raw) {
137137
if (typeof raw === 'string') {
138138
return { label: raw, value: raw };
139139
}
140+
140141
return Map.isMap(raw) ? raw.toJS() : raw;
141142
}
142143

0 commit comments

Comments
 (0)