feat: Update reply box UI 👀 (#1623)

Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
This commit is contained in:
Nithin David Thomas
2021-01-13 18:06:25 +05:30
committed by GitHub
parent 2d5aa9d3bd
commit fd181f18a1
9 changed files with 443 additions and 217 deletions

View File

@@ -0,0 +1,4 @@
export const REPLY_EDITOR_MODES = {
REPLY: 'REPLY',
NOTE: 'NOTE',
};