Skip to content

Commit 196da1a

Browse files
committed
fix(core): default topic stage was set to the default priority
1 parent e1b1839 commit 196da1a

File tree

1 file changed

+1
-1
lines changed
  • packages/core/src/openbim/BCFTopics/src

1 file changed

+1
-1
lines changed

packages/core/src/openbim/BCFTopics/src/Topic.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export class Topic implements BCFTopic {
8787
return this._priority;
8888
}
8989

90-
private _stage? = Topic.default.priority;
90+
private _stage? = Topic.default.stage;
9191

9292
set stage(value: string | undefined) {
9393
const manager = this._components.get(BCFTopics);

0 commit comments

Comments
 (0)