### Current Behavior - In the App Release -> Validate & Publish section and App Overview -> App Details page, clicking on App Images generates a 401 Unauthorized error. - It should load the respective image. - When we click on these images `ImageGellary` component calls API without the JWT Token ### Expected Behavior - Clicking on the App Image should display the preview image. ### Steps To Reproduce - Login to Portal Application - Navigate to App Management -> App release process - Clicks on Register Your App - Navigate to the "App Release - Validate & Publish" section. - Click on App Details → App images - Go to the "App Management -> App Overview → App Details" page. - Click on any App Image. ### Solution - The `Image` component has `loader` props and in portal frontend we are passing the loader as a props in `ImageGellary` component. - We have to pass the loader function as a prop in these components: `ImageItemOverlay`, `ImageItemOverlay -> Image`, ### Reference Images   
Current Behavior
ImageGellarycomponent calls API without the JWT TokenExpected Behavior
Steps To Reproduce
Solution
Imagecomponent hasloaderprops and in portal frontend we are passing the loader as a props inImageGellarycomponent.ImageItemOverlay,ImageItemOverlay -> Image,Reference Images