Added updating of display name to profile. Added employees table.
This commit is contained in:
7
client/src/redux/messaging/messaging.actions.js
Normal file
7
client/src/redux/messaging/messaging.actions.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import MessagingActionTypes from './messaging.types'
|
||||
|
||||
export const toggleChatVisible = () => ({
|
||||
type: MessagingActionTypes.TOGGLE_CHAT_VISIBLE,
|
||||
//payload: user
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user