Add return for invalid filetypes, fixes wrong behaviour

This commit is contained in:
Nasha Hiramiya 2018-08-30 21:04:20 +01:00
parent 5deb1bf40e
commit 6434dac04d
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@ export default (os: OS) => {
text: '%i18n:common.got-it%'
}]
});
reject();
return reject('invalid-filetype');
}
const w = os.new(CropWindow, {

View file

@ -16,7 +16,7 @@ export default (os: OS) => {
text: '%i18n:common.got-it%'
}]
});
reject();
return reject('invalid-filetype');
}
const w = os.new(CropWindow, {