mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-12-02 23:06:52 +01:00
Merge pull request #2550 from Hiramiya/fix-invalidfiletype
Fix broken invalid-filetype behaviour
This commit is contained in:
commit
6a7a4c20e6
2 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ export default (os: OS) => {
|
|||
text: '%i18n:common.got-it%'
|
||||
}]
|
||||
});
|
||||
reject();
|
||||
return reject('invalid-filetype');
|
||||
}
|
||||
|
||||
const w = os.new(CropWindow, {
|
||||
|
|
|
@ -16,7 +16,7 @@ export default (os: OS) => {
|
|||
text: '%i18n:common.got-it%'
|
||||
}]
|
||||
});
|
||||
reject();
|
||||
return reject('invalid-filetype');
|
||||
}
|
||||
|
||||
const w = os.new(CropWindow, {
|
||||
|
|
Loading…
Reference in a new issue