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

Kai Reinhard
10.44.2019 ded8b349eb5e5d9b39c97baf7ddcab4166b17830
bsStyle is now free string.
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', 'info', null]),
    bsStyle: PropTypes.string,
    type: PropTypes.string,
    onClick: PropTypes.func,
    hint: PropTypes.string,