* client: remove unused addErrorToast method

This commit is contained in:
Ildar Kamalov
2019-06-03 16:18:49 +03:00
parent 757bb7285a
commit 54f6710b8f
4 changed files with 2 additions and 8 deletions

View File

@@ -1,6 +1,5 @@
import { connect } from 'react-redux';
import {
addErrorToast,
toggleDhcp,
getDhcpStatus,
getDhcpInterfaces,
@@ -21,7 +20,6 @@ const mapStateToProps = (state) => {
};
const mapDispatchToProps = {
addErrorToast,
toggleDhcp,
getDhcpStatus,
getDhcpInterfaces,