Merge branch 'remove-fxa-dialog-on-big-file' into 'master'
Remove FxA dialog on file too big error See merge request timvisee/send!12
This commit is contained in:
commit
3e07f648b3
|
@ -91,9 +91,6 @@ export default function(state, emitter) {
|
|||
state.LIMITS.MAX_FILES_PER_ARCHIVE
|
||||
);
|
||||
} catch (e) {
|
||||
if (e.message === 'fileTooBig' && maxSize < state.LIMITS.MAX_FILE_SIZE) {
|
||||
return emitter.emit('signup-cta', 'size');
|
||||
}
|
||||
state.modal = okDialog(
|
||||
state.translate(e.message, {
|
||||
size: bytes(maxSize),
|
||||
|
|
Loading…
Reference in New Issue