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

Kai Reinhard
08.15.2019 cb5e2fcbcc95ea5fbc6e59b949619495249f0e3f
Button re-ordered.
1 files modified
2 ■■■ changed files
borgbutler-webapp/src/components/general/modal/ConfirmModal.jsx 2 ●●● patch | view | raw | blame | history
borgbutler-webapp/src/components/general/modal/ConfirmModal.jsx
@@ -23,8 +23,8 @@
                    {this.props.children}
                </ModalBody>
                <ModalFooter>
                    <Button color={'primary'} onClick={this.confirm}>{this.props.confirmButton}</Button>
                    <Button color={'secondary'} onClick={this.props.toggle}>{this.props.cancelButton}</Button>
                    <Button color={'primary'} onClick={this.confirm}>{this.props.confirmButton}</Button>
                </ModalFooter>
            </Modal>
        );