chore: Add an indicator for incoming emails (#1112)
This commit is contained in:
3
app/javascript/shared/constants/contentType.js
Normal file
3
app/javascript/shared/constants/contentType.js
Normal file
@@ -0,0 +1,3 @@
|
||||
export const CONTENT_TYPES = {
|
||||
INCOMING_EMAIL: 'incoming_email',
|
||||
};
|
||||
Reference in New Issue
Block a user