fix: fix entry saved message (#1887)

This commit is contained in:
Tony Alves 2018-11-18 14:06:41 -08:00 committed by Shawn Erquhart
parent 034c29ad65
commit c4e474b518

View File

@ -446,7 +446,7 @@ export function persistEntry(collection) {
dispatch(
notifSend({
message: {
key: 'ui.toast.missingRequiredField',
key: 'ui.toast.entrySaved',
},
kind: 'success',
dismissAfter: 4000,