From 9746422b16b33a15e35289958f44926ed6ace31e Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 18 Jul 2017 18:31:35 +0700 Subject: [PATCH] Remove unused actions --- plugin-api/beta/client/hocs/withTags.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/plugin-api/beta/client/hocs/withTags.js b/plugin-api/beta/client/hocs/withTags.js index 63001392f..3a50dc87e 100644 --- a/plugin-api/beta/client/hocs/withTags.js +++ b/plugin-api/beta/client/hocs/withTags.js @@ -6,7 +6,6 @@ import {getDisplayName} from 'coral-framework/helpers/hoc'; import {capitalize} from 'coral-framework/helpers/strings'; import withMutation from 'coral-framework/hocs/withMutation'; import withFragments from 'coral-framework/hocs/withFragments'; -import {showSignInDialog} from 'coral-framework/actions/auth'; import {addNotification} from 'coral-framework/actions/notification'; import {forEachError} from 'coral-framework/utils'; @@ -181,7 +180,7 @@ export default (tag) => (WrappedComponent) => { }); const mapDispatchToProps = (dispatch) => - bindActionCreators({showSignInDialog, addNotification}, dispatch); + bindActionCreators({addNotification}, dispatch); const enhance = compose( withFragments({