Skip to content
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.

Commit

Permalink
dont validate container node type (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
lanwen authored Dec 25, 2017
1 parent f2f2554 commit 02f8c15
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/containers/Viewport/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ const schema = {
"id": {
"type": "string"
},
"container": {
"type": "string"
},
"container": {},
"caps": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 02f8c15

Please sign in to comment.