mirror of https://github.com/micromata/borgbackup-butler.git

Kai Reinhard
10.16.2019 4dce9eaac96829f08b153813c946bd9d7df2ff85
Button style info added.
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/general/forms/FormButton.jsx 2 ●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/general/forms/FormButton.jsx
@@ -34,7 +34,7 @@
FormButton.propTypes = {
    id: PropTypes.string,
    bsStyle: PropTypes.oneOf(['primary', 'outline-primary', null]),
    bsStyle: PropTypes.oneOf(['primary', 'outline-primary', 'info', null]),
    type: PropTypes.string,
    onClick: PropTypes.func,
    hint: PropTypes.string,