mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-26 06:19:53 +00:00
lint: indentation
This commit is contained in:
parent
ce6ed5267c
commit
f095a3abec
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user