Skip to content

Commit

Permalink
fix:Resolve the white screen problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yang1666204 committed Mar 28, 2024
1 parent 18d6faa commit 4d07202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/src/components/TopoComponent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,9 @@ export default function TopoComponent({
defaultUnitCount: defaultUnitCount,
...resourcePoolDefaultValue,
essentialParameter: isCreateResourcePool
? resourcePoolDefaultValue.essentialParameter
? resourcePoolDefaultValue?.essentialParameter
: getOriginResourceUsages(
resourcePoolDefaultValue.essentialParameter,
resourcePoolDefaultValue?.essentialParameter,
resourcePoolDefaultValue?.replicaList?.find(
(replica) =>
replica.zone === resourcePoolDefaultValue.editZone,
Expand Down

0 comments on commit 4d07202

Please sign in to comment.