Remove console.log from inputSlice
- Remove unnecessary console.log statement from setValue reducer in inputSlice.ts.
This commit is contained in:
parent
042fa274e4
commit
cbfb4ed744
@ -7,7 +7,6 @@ export const inputSlice = createSlice({
|
|||||||
},
|
},
|
||||||
reducers: {
|
reducers: {
|
||||||
setValue: (state, action) => {
|
setValue: (state, action) => {
|
||||||
console.log(action);
|
|
||||||
state.value = action.payload;
|
state.value = action.payload;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user