New: Update Frontend Packages

This commit is contained in:
Qstick
2019-08-04 20:44:34 -04:00
parent 03aceb3568
commit c673058a10
24 changed files with 1313 additions and 1076 deletions
@@ -430,7 +430,7 @@ EnhancedSelectInput.propTypes = {
hasWarning: PropTypes.bool,
selectedValueOptions: PropTypes.object.isRequired,
selectedValueComponent: PropTypes.oneOfType([PropTypes.string, PropTypes.func]).isRequired,
optionComponent: PropTypes.func,
optionComponent: PropTypes.elementType,
onChange: PropTypes.func.isRequired
};