ui: pass toggle value to server object

This commit is contained in:
Aaron Greenspan
2021-01-20 17:41:56 -07:00
committed by Aiden McClelland
parent ba04b7c431
commit c61c164c0f
2 changed files with 7 additions and 6 deletions

View File

@@ -21,7 +21,6 @@ export class OSWelcomePage {
private readonly config: ConfigService,
) { }
// autoCheckUpdates default must be false when upgrading to
async dismiss () {
this.apiService
.patchServerConfig('autoCheckUpdates', this.autoCheckUpdates)