mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-13 03:28:33 -05:00
Clear updates in discard (#14781)
This commit is contained in:
@@ -196,6 +196,7 @@ export abstract class PostgresParametersPage extends DashboardPage {
|
||||
vscode.window.showErrorMessage(loc.pageDiscardFailed(error));
|
||||
} finally {
|
||||
this.saveButton!.enabled = false;
|
||||
this.parameterUpdates!.clear();
|
||||
}
|
||||
})
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user