Change clone cell notification to reflect cloned cell name
parent
5a3a90f5c2
commit
50b256cf7a
|
@ -428,7 +428,7 @@ export const notifyCellCloned = name => ({
|
||||||
...defaultSuccessNotification,
|
...defaultSuccessNotification,
|
||||||
icon: 'duplicate',
|
icon: 'duplicate',
|
||||||
duration: 1900,
|
duration: 1900,
|
||||||
message: `Added "${name}" to dashboard.`,
|
message: `Added "${name}" (Clone) to dashboard.`,
|
||||||
})
|
})
|
||||||
|
|
||||||
export const notifyCellDeleted = name => ({
|
export const notifyCellDeleted = name => ({
|
||||||
|
|
Loading…
Reference in New Issue