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 b5a1d76 commit b0a4ec8Copy full SHA for b0a4ec8
extension/src/plots/data/index.ts
@@ -57,7 +57,7 @@ export class PlotsData extends BaseData<{ data: PlotsOutput; revs: string[] }> {
57
58
this.compareFiles(files)
59
60
- return this.notifyChanged({ data, revs: args })
+ return this.notifyChanged({ data, revs })
61
}
62
63
public managedUpdate() {
0 commit comments