Browse Source

Fixes regression caused by be50f2b

main
Eric Amodio 1 year ago
parent
commit
74b958b74e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/graph.tsx

+ 1
- 1
src/webviews/apps/plus/graph/graph.tsx View File

@ -147,7 +147,7 @@ export class GraphApp extends App {
switch (msg.method) {
case DidChangeNotificationType.method:
onIpc(DidChangeNotificationType, msg, (params, type) => {
this.setState({ ...this.state, ...params }, type);
this.setState({ ...this.state, ...params.state }, type);
});
break;

||||||
x
 
000:0
Loading…
Cancel
Save