config migration fix

This commit is contained in:
Eugene Pankov
2021-07-04 13:06:00 +02:00
parent 92b34fbc08
commit a5a0546e68

View File

@@ -320,8 +320,7 @@ export class ConfigService {
delete config.ssh?.connections
delete config.serial?.connections
delete window.localStorage.lastSerialConnection
// config.version = 3
// migrate jump hosts
config.version = 3
}
}