Merge pull request #2997 from influxdata/bugfix/notification-import

Fix import of notifications
pull/3001/head
Andrew Watkins 2018-03-15 11:59:12 -07:00 committed by GitHub
commit 7a8b750122
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import {bindActionCreators} from 'redux'
import * as adminChronografActionCreators from 'src/admin/actions/chronograf'
import * as configActionCreators from 'shared/actions/config'
import {notify as notifyAction} from 'shared/dispatchers'
import {notify as notifyAction} from 'shared/actions/notifications'
import AllUsersTable from 'src/admin/components/chronograf/AllUsersTable'