Browse Source

Fix trailing comma in manifest

pull/2387/head
Andrew Kingston 5 years ago
parent
commit
02f39052cf
  1. 2
      packages/standard-components/manifest.json

2
packages/standard-components/manifest.json

@ -1705,7 +1705,7 @@
"illegalChildren": ["section"],
"actions": [
"ValidateForm",
"ClearForm",
"ClearForm"
],
"styles": ["size"],
"settings": [

Loading…
Cancel
Save