RED-9175: removed unnecessary brackets.
This commit is contained in:
parent
129f2d97d6
commit
8220f502e6
@ -45,9 +45,7 @@ export class FilePreviewStateService {
|
||||
readonly dossierTemplateId = getParam(DOSSIER_TEMPLATE_ID);
|
||||
readonly fileId = getParam(FILE_ID);
|
||||
readonly excludedPages: WritableSignal<number[]>;
|
||||
readonly updateExcludedPagesStyle = computed(() => {
|
||||
return this.excludedPages();
|
||||
});
|
||||
readonly updateExcludedPagesStyle = computed(() => this.excludedPages());
|
||||
readonly isEditingReviewer = signal(false);
|
||||
|
||||
constructor(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user