Add new message type for opening postgres networking blade (#1336)
This commit is contained in:
parent
e909ac43f4
commit
333b3de587
|
@ -36,6 +36,7 @@ export enum MessageTypes {
|
|||
CloseTab,
|
||||
OpenQuickstartBlade,
|
||||
OpenPostgreSQLPasswordReset,
|
||||
OpenPostgresNetworkingBlade,
|
||||
}
|
||||
|
||||
export { Versions, ActionContracts, Diagnostics };
|
||||
|
|
Loading…
Reference in New Issue