mirror of
https://github.com/chatwoot/chatwoot.git
synced 2026-07-19 21:01:48 +08:00
- Adds support for file upload Co-authored-by: Pranav Raj Sreepuram <[email protected]> Co-authored-by: Sojan <[email protected]>
9 lines
128 B
JavaScript
9 lines
128 B
JavaScript
export default {
|
|
COMPONENTS: {
|
|
FILE_BUBBLE: {
|
|
DOWNLOAD: 'Download',
|
|
UPLOADING: 'Uploading...',
|
|
},
|
|
},
|
|
};
|