Skip to content

Commit 65ed522

Browse files
committed
fix integration emission
1 parent 23b7186 commit 65ed522

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/notebooks/deepnote/integrations/integrationStorage.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ export class IntegrationStorage implements IIntegrationStorage {
129129

130130
// Clear cache
131131
this.cache.clear();
132+
133+
// Notify listeners
134+
this._onDidChangeIntegrations.fire();
132135
}
133136

134137
/**

0 commit comments

Comments
 (0)