Skip to content

Commit

Permalink
🐛 Fix PropTypes
Browse files Browse the repository at this point in the history
  • Loading branch information
jonnitto authored Jan 18, 2021
1 parent 8252007 commit a0bd3fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/Private/Fusion/External/Collection.fusion
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ prototype(Carbon.IncludeAssets:Collection) < prototype(Neos.Fusion:Component) {
'Inline': PropTypes.dataStructure({
'CSS': PropTypes.string,
'JS': PropTypes.string,
'MJS': PropTypes.string
'MJS': PropTypes.string,
'HTML': PropTypes.string
}),
'File': PropTypes.dataStructure({
Expand Down

0 comments on commit a0bd3fd

Please sign in to comment.