Export Skylinks to json file
This commit is contained in:
@@ -44,7 +44,13 @@ export const errorReducer = createReducer(
|
||||
},
|
||||
[SET_INFO]: (state, action) => {
|
||||
const infoStack = [
|
||||
{ title: action.payload.title, message: action.payload.msg },
|
||||
{
|
||||
title: action.payload.title,
|
||||
message: action.payload.msg,
|
||||
saveToFile: action.payload.saveToFile,
|
||||
fileName: action.payload.fileName,
|
||||
extension: action.payload.extension,
|
||||
},
|
||||
...state.InfoStack,
|
||||
];
|
||||
return { ...state, DisplayInfo: true, InfoStack: infoStack };
|
||||
|
||||
Reference in New Issue
Block a user