parent
6b49d4c4e4
commit
b841796525
|
|
@ -150,6 +150,8 @@ function* downloadSaga(
|
|||
message: "Download failed. File name was not provided",
|
||||
type: "error",
|
||||
});
|
||||
|
||||
if (event.callback) event.callback({ success: false });
|
||||
return;
|
||||
}
|
||||
const dataType = getType(data);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user