Update tests for new viewer
This commit is contained in:
@@ -798,7 +798,7 @@ export class DocumentDetailComponent
|
||||
return Object.values(ZoomSetting)
|
||||
}
|
||||
|
||||
getZoomSettingTitle(setting: ZoomSetting = null): string {
|
||||
getZoomSettingTitle(setting: ZoomSetting): string {
|
||||
switch (setting) {
|
||||
case ZoomSetting.Auto:
|
||||
return $localize`Auto`
|
||||
|
||||
Reference in New Issue
Block a user