Skip to content

Commit

Permalink
Update container/src/constants/communication.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Mahati Shankar <[email protected]>
  • Loading branch information
JohannesDoberer and smahati authored Nov 7, 2024
1 parent 3b4d5fb commit 1949a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/src/constants/communication.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export namespace Events {
export const ADD_SEARCH_PARAMS_REQUEST = 'add-search-params-request';

/**
* Event fired when the micro frontend requests to add node parameters to the URL.
* Event fired when the micro frontend requests the addition of node parameters to the URL.
*/
export const ADD_NODE_PARAMS_REQUEST = 'add-node-params-request';

Expand Down

0 comments on commit 1949a71

Please sign in to comment.