Skip to content

Commit 74b958b

Browse files
committed
Fixes regression caused by be50f2b
1 parent 68d2956 commit 74b958b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webviews/apps/plus/graph/graph.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export class GraphApp extends App<State> {
147147
switch (msg.method) {
148148
case DidChangeNotificationType.method:
149149
onIpc(DidChangeNotificationType, msg, (params, type) => {
150-
this.setState({ ...this.state, ...params }, type);
150+
this.setState({ ...this.state, ...params.state }, type);
151151
});
152152
break;
153153

0 commit comments

Comments
 (0)