mirror of
https://github.com/SigNoz/signoz.git
synced 2026-07-19 04:40:28 +01:00
chore: only 1 mapper row at a time
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user