Add new message type for opening postgres networking blade (#1336)

This commit is contained in:
victor-meng 2022-10-06 14:25:10 -07:00 committed by GitHub
parent e909ac43f4
commit 333b3de587
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -36,6 +36,7 @@ export enum MessageTypes {
CloseTab,
OpenQuickstartBlade,
OpenPostgreSQLPasswordReset,
OpenPostgresNetworkingBlade,
}
export { Versions, ActionContracts, Diagnostics };