Skip to content

Commit a0bd3fd

Browse files
authored
🐛 Fix PropTypes
1 parent 8252007 commit a0bd3fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/Private/Fusion/External/Collection.fusion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ prototype(Carbon.IncludeAssets:Collection) < prototype(Neos.Fusion:Component) {
1313
'Inline': PropTypes.dataStructure({
1414
'CSS': PropTypes.string,
1515
'JS': PropTypes.string,
16-
'MJS': PropTypes.string
16+
'MJS': PropTypes.string,
1717
'HTML': PropTypes.string
1818
}),
1919
'File': PropTypes.dataStructure({

0 commit comments

Comments
 (0)