deps: Bump @redhat-cloud-services/frontend-components from 4.2.22 to 5.2.6

This bumps @redhat-cloud-services/frontend-components from 4.2.22 to 5.2.6 and updated `<AsyncComponent>` props. `appName` is no longer supported.
This commit is contained in:
regexowl 2025-02-12 15:34:13 +01:00 committed by Klara Simickova
parent 2dcdcebda9
commit 44752426f6
4 changed files with 14 additions and 93 deletions

View file

@ -27,7 +27,7 @@ const ImageDetail = () => {
if (edgeParityFlag) {
return (
<AsyncComponent
appName="edge"
scope="edge"
module="./ImagesDetail"
ErrorComponent={<ErrorState />}
navigateProp={useNavigate}

View file

@ -28,7 +28,7 @@ const ImagesTable = () => {
if (edgeParityFlag) {
return (
<AsyncComponent
appName="edge"
scope="edge"
module="./Images"
ErrorComponent={<ErrorState />}
navigateProp={useNavigate}