Commit c3f2cb9b authored by davidzagi93@gmail.com's avatar davidzagi93@gmail.com

getting response from scriptRunnser

parent f8187f94
export const initialState = {
journalBlocks: {
},
data: {
// lineLength: props.options.lineLength || 80,
......@@ -126,6 +127,7 @@ export const registerScriptRunnerReducer = (state, action) => {
case 'log':
return {
...state
}
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment