mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
fixing registered notification names
This commit is contained in:
parent
98b6888755
commit
2b6b18337a
@ -74,8 +74,8 @@ export function useAppContext() {
|
|||||||
const notifications = [
|
const notifications = [
|
||||||
{ event: 'contact.addCard', messageTitle: 'New Contact Request' },
|
{ event: 'contact.addCard', messageTitle: 'New Contact Request' },
|
||||||
{ event: 'contact.updateCard', messageTitle: 'Contact Update' },
|
{ event: 'contact.updateCard', messageTitle: 'Contact Update' },
|
||||||
{ event: 'channel.addChannel.superbasic', messageTitle: 'New Topic' },
|
{ event: 'content.addChannel.superbasic', messageTitle: 'New Topic' },
|
||||||
{ event: 'contact.addChannelTopic.superbasictopic', messageTitle: 'New Topic Message' },
|
{ event: 'content.addChannelTopic.superbasic', messageTitle: 'New Topic Message' },
|
||||||
];
|
];
|
||||||
|
|
||||||
const actions = {
|
const actions = {
|
||||||
|
Loading…
Reference in New Issue
Block a user