diff --git a/micro-ui/web/micro-ui-internals/packages/react-components/README.md b/micro-ui/web/micro-ui-internals/packages/react-components/README.md index dd8513cace0..18c82d4c204 100644 --- a/micro-ui/web/micro-ui-internals/packages/react-components/README.md +++ b/micro-ui/web/micro-ui-internals/packages/react-components/README.md @@ -88,7 +88,11 @@ To use the InboxSearchComposer component for managing multiple tabs, follow thes 1. Set `ShowTab: true` in the Inboxconfig. 2. In the Config array, include configuration objects for each tab. For example: ```javascript - [ + export const inboxconfig = { + tenantId: "pb", + moduleName: "inboxconfigUiConfig", + showTab: true, + inboxconfig: [ { ... },