Skip to content

Commit

Permalink
variable readonly
Browse files Browse the repository at this point in the history
  • Loading branch information
cremertim committed Oct 30, 2024
1 parent 1b5de0b commit 4ad6553
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ import { PostingThreadComponent } from 'app/shared/metis/posting-thread/posting-
})
export class ConversationMessagesComponent implements OnInit, AfterViewInit, OnDestroy {
private ngUnsubscribe = new Subject<void>();
sessionStorageKey = 'conversationId.scrollPosition.';
readonly sessionStorageKey = 'conversationId.scrollPosition.';

readonly PageType = PageType;
readonly ButtonType = ButtonType;
Expand Down

0 comments on commit 4ad6553

Please sign in to comment.