chore: only 1 mapper row at a time

This commit is contained in:
Gaurav Tewari
2026-07-09 12:17:02 +05:30
parent a1497d8a8b
commit ca3bdf1ea8

View File

@@ -13,7 +13,7 @@ import MapperRow, { MapperRowSkeleton } from '../MapperRow';
import MappingsColgroup from '../MappingsColgroup';
import styles from './GroupMappers.module.scss';
const MAPPER_SKELETON_ROWS = 2;
const MAPPER_SKELETON_ROWS = 1;
const STATE_ROW_MOTION = {
initial: { opacity: 0 },