Skip to content

Commit

Permalink
fix(core): default topic stage was set to the default priority
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Nov 9, 2024
1 parent e1b1839 commit 196da1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/openbim/BCFTopics/src/Topic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class Topic implements BCFTopic {
return this._priority;
}

private _stage? = Topic.default.priority;
private _stage? = Topic.default.stage;

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

0 comments on commit 196da1a

Please sign in to comment.