const mapStateToProps = (state: RootReducer) => ({
    isOpen: state.browser.isOpen,
    busy: state.openDataset.busy,
    formVisible: state.openDataset.formVisible,
});