Refactor delete object and share object components (#5537)

This commit is contained in:
Kanagaraj M
2018-02-19 09:37:59 +05:30
committed by Harshavardhana
parent 566ac78b8b
commit da4558a8f7
13 changed files with 988 additions and 6 deletions

View File

@@ -17,7 +17,7 @@
export const SET = "alert/SET"
export const CLEAR = "alert/CLEAR"
let alertId = 0
export let alertId = 0
export const set = alert => {
const id = alertId++