Skip to content
Snippets Groups Projects
Commit 977aab82 authored by Ray Schamp's avatar Ray Schamp
Browse files

Fix SpriteSelector value propType

parent 8a083cd6
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ SpriteSelectorComponent.propTypes = {
name: React.PropTypes.string
})
),
value: React.PropTypes.string
value: React.PropTypes.arrayOf(React.PropTypes.string)
};
module.exports = SpriteSelectorComponent;
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment