lint: indentation

This commit is contained in:
Clem 2023-01-30 16:03:23 +01:00 committed by Eugene
parent ce6ed5267c
commit f095a3abec

View File

@ -112,9 +112,9 @@ export class ConfigSyncSettingsTabComponent extends BaseComponent {
if ((await this.platform.showMessageBox({ if ((await this.platform.showMessageBox({
type: 'warning', type: 'warning',
message: this.translate.instant('Delete the config on the remote side?'), message: this.translate.instant('Delete the config on the remote side?'),
buttons: [ buttons: [
this.translate.instant('Delete'), this.translate.instant('Delete'),
this.translate.instant('Cancel'), this.translate.instant('Cancel'),
], ],
defaultId: 1, defaultId: 1,
cancelId: 1, cancelId: 1,