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,
|
CloseTab,
|
||||||
OpenQuickstartBlade,
|
OpenQuickstartBlade,
|
||||||
OpenPostgreSQLPasswordReset,
|
OpenPostgreSQLPasswordReset,
|
||||||
|
OpenPostgresNetworkingBlade,
|
||||||
}
|
}
|
||||||
|
|
||||||
export { Versions, ActionContracts, Diagnostics };
|
export { Versions, ActionContracts, Diagnostics };
|
||||||
|
|
Loading…
Reference in New Issue