diff --git a/yugabyted-ui/ui/src/features/clusters/details/migration/steps/schema/NewMigrationSchema.tsx b/yugabyted-ui/ui/src/features/clusters/details/migration/steps/schema/NewMigrationSchema.tsx index 14797f670174..da44248f0e9f 100644 --- a/yugabyted-ui/ui/src/features/clusters/details/migration/steps/schema/NewMigrationSchema.tsx +++ b/yugabyted-ui/ui/src/features/clusters/details/migration/steps/schema/NewMigrationSchema.tsx @@ -109,10 +109,6 @@ export const MigrationSchema: FC = ({ const completedObjects = 12; const progress = Math.round((completedObjects / totalObjects) * 100); - const totalObjects = 25; - const completedObjects = 12; - const progress = Math.round((completedObjects / totalObjects) * 100); - return (