Fixed Duplicate board.

Thanks to Ben0it-T and xet7 !

Fixes #4260
This commit is contained in:
Lauri Ojansivu 2021-12-26 15:24:16 +02:00
parent db180fa43e
commit 67687110bb
3 changed files with 3 additions and 0 deletions

View file

@ -714,6 +714,7 @@ BlazeComponent.extendComponent({
},
(err, data) => {
_id = data;
subManager.subscribe('board', _id, false);
},
);
}