Clear updates in discard (#14781)

This commit is contained in:
nasc17
2021-03-17 16:15:45 -07:00
committed by GitHub
parent de91969b14
commit 947633f244

View File

@@ -196,6 +196,7 @@ export abstract class PostgresParametersPage extends DashboardPage {
vscode.window.showErrorMessage(loc.pageDiscardFailed(error)); vscode.window.showErrorMessage(loc.pageDiscardFailed(error));
} finally { } finally {
this.saveButton!.enabled = false; this.saveButton!.enabled = false;
this.parameterUpdates!.clear();
} }
}) })
); );