Skip to content

Commit 161a181

Browse files
committed
Correct data replacement
1 parent fb07ec2 commit 161a181

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/data.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,6 +1278,8 @@ export class Collection extends Sink {
12781278
replaceStoredData(i, data) {
12791279
if (i === 'command') {
12801280
this.commandcontainer.replaceStoredData(data)
1281+
} else if (i === 'jupyter') {
1282+
this.jupytercontainer.replaceStoredData(data)
12811283
} else {
12821284
if (!(i in this.containers)) {
12831285
this.containers[i] = this.containertype(i, this.containerconfig)

0 commit comments

Comments
 (0)