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:
parent
2dcdcebda9
commit
44752426f6
4 changed files with 14 additions and 93 deletions
|
|
@ -27,7 +27,7 @@ const ImageDetail = () => {
|
|||
if (edgeParityFlag) {
|
||||
return (
|
||||
<AsyncComponent
|
||||
appName="edge"
|
||||
scope="edge"
|
||||
module="./ImagesDetail"
|
||||
ErrorComponent={<ErrorState />}
|
||||
navigateProp={useNavigate}
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@ const ImagesTable = () => {
|
|||
if (edgeParityFlag) {
|
||||
return (
|
||||
<AsyncComponent
|
||||
appName="edge"
|
||||
scope="edge"
|
||||
module="./Images"
|
||||
ErrorComponent={<ErrorState />}
|
||||
navigateProp={useNavigate}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue