remove notification props
This commit is contained in:
parent
a32e8835c2
commit
135543199f
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
import * as ACTIONS from 'constants/action_types';
|
||||
import Notification from 'types/Notification';
|
||||
|
||||
export function doNotify(notification: Notification, notificationProps: NotificationProps) {
|
||||
export function doNotify(notification: Notification, notificationProps) {
|
||||
return {
|
||||
type: ACTIONS.CREATE_NOTIFICATION,
|
||||
data: {
|
||||
|
|
Loading…
Reference in a new issue