mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
Fix linting (#693)
This commit is contained in:
@@ -10,7 +10,7 @@ import { StateService } from "jslib-common/abstractions/state.service";
|
||||
export class ExportScopeCalloutComponent implements OnInit {
|
||||
@Input() organizationId: string = null;
|
||||
|
||||
show: boolean = false;
|
||||
show = false;
|
||||
scopeConfig: {
|
||||
title: string;
|
||||
description: string;
|
||||
|
||||
Reference in New Issue
Block a user