Update index.js (#163)
This commit is contained in:
parent
251293116a
commit
3fcbcac67f
|
@ -145,6 +145,9 @@ export default class MessageBox extends React.Component {
|
|||
|
||||
addFile = () => {
|
||||
const options = {
|
||||
maxHeight: 1960,
|
||||
maxWidth: 1960,
|
||||
quality: 0.8,
|
||||
customButtons: [{
|
||||
name: 'import', title: 'Import File From'
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue