Skip to content

Commit

Permalink
allowing multiple intro messages
Browse files Browse the repository at this point in the history
  • Loading branch information
OvidijusParsiunas committed Sep 13, 2024
1 parent f6d4653 commit f3b575c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/src/webModel/webModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class WebModel extends BaseServiceIO {
}
}

private shouldAddIntroMessage(customIntroMessage?: IntroMessage) {
private shouldAddIntroMessage(customIntroMessage?: IntroMessage | IntroMessage[]) {
return !customIntroMessage && this._webModel && this._webModel.introMessage?.displayed !== false;
}

Expand Down

0 comments on commit f3b575c

Please sign in to comment.