remove getTimestamp from collection new reducer
This commit is contained in:
parent
ebe253f814
commit
e5c4a5a1d9
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ const collectionsReducer = handleActions(
|
|||
id: params.id,
|
||||
name: params.name,
|
||||
items: [],
|
||||
updatedAt: getTimestamp(),
|
||||
updatedAt: params.updatedAt,
|
||||
type: params.type,
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue