Skip to content

Commit

Permalink
Fix TS issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sebelga committed May 7, 2020
1 parent fdd77c4 commit 5541247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const MappingsState = React.memo(({ children, onChange, value, mappingsTy
...templatesData,
}),
properties: fields,
};
} as Mappings;

return mappingsType === undefined
? mappings
Expand Down

0 comments on commit 5541247

Please sign in to comment.