We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58779e8 commit 68279bfCopy full SHA for 68279bf
ui/src/actions/uiproperties.js
ui/src/reducers/uiproperties.js
@@ -4,9 +4,6 @@ const INITIAL_STATE = {};
4
5
function uiPropertiesReducer(state = INITIAL_STATE, action = {}) {
6
switch (action.type) {
7
- case 'SET_UI_PROPERTIES': {
8
- return { ...state, ...action.data };
9
- }
10
/* `uiproperties` is a server state so it should ideally not be modified locally.
11
* We make an exception here until motor steps can be updated on the server. */
12
case 'SET_MOTOR_STEP': {
0 commit comments