Feat: Creates add note component for CRM (#2187)

* Feat: Creates add note component for CRM
This commit is contained in:
Sivin Varghese
2021-05-01 19:26:17 +05:30
committed by GitHub
parent 49c7bf5ae4
commit 6a7b98b345
6 changed files with 169 additions and 42 deletions

View File

@@ -151,5 +151,12 @@
},
"VIEW_DETAILS": "View details"
}
},
"NOTES": {
"ADD": {
"BUTTON": "Add",
"PLACEHOLDER": "Add a note",
"TITLE": "Shift + Enter to create a note"
}
}
}