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

Kai Reinhard
20.10.2018 abc08b6b288974195334fcb603ddd175ca783edd
Warning and DOM fixed.
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/general/forms/FormSelect.jsx 2 ●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/general/forms/FormSelect.jsx
@@ -50,7 +50,7 @@
    } else {
        label = props.label || props.value;
    }
    const {value, ...other} = props;
    const {value, i18nKey, ...other} = props;
    return (
        <React.Fragment>
            <option value={props.value}