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

View File

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