Removing uncaught promise console errors

This commit is contained in:
Bruno Alves de Faria 2017-10-03 16:37:37 -03:00
parent 870ed66013
commit 5c351365fe

View File

@ -15,5 +15,5 @@ OHIF.studylist.exportSelectedStudies = event => {
message: `Would you like to export ${studiesCount} ${studyText.toLowerCase()}?`
}).then(() => {
OHIF.studylist.exportStudies(selectedStudies);
});
}).catch(() => {});
};