Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Feb 1, 2024
1 parent 0c8e1af commit 0284c74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/store/editorSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const editorSlice = createSlice({
state.client = action.payload;
},
setCmView: (state, action: PayloadAction<EditorView | null>) => {
state.cmView = action.payload;
Object.assign(state, { cmView: action.payload });
},
},
});
Expand Down

0 comments on commit 0284c74

Please sign in to comment.