mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -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));
|
vscode.window.showErrorMessage(loc.pageDiscardFailed(error));
|
||||||
} finally {
|
} finally {
|
||||||
this.saveButton!.enabled = false;
|
this.saveButton!.enabled = false;
|
||||||
|
this.parameterUpdates!.clear();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user