Export Skylinks to json file
This commit is contained in:
@@ -36,7 +36,8 @@ const mapDispatchToProps = (dispatch) => {
|
||||
notifyApplicationBusy: (busy) =>
|
||||
dispatch(notifyApplicationBusy(busy, true)),
|
||||
notifyError: (msg) => dispatch(notifyError(msg)),
|
||||
notifyInfo: (title, msg) => dispatch(notifyInfo(title, msg)),
|
||||
notifyInfo: (title, msg) =>
|
||||
dispatch(notifyInfo(title, msg, true, 'skynet_export', 'json')),
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user