diff --git a/packages/li-p2/src/LayerAttribute/components/ScaleSelector/index.tsx b/packages/li-p2/src/LayerAttribute/components/ScaleSelector/index.tsx index 6ea740d0..6a98c288 100644 --- a/packages/li-p2/src/LayerAttribute/components/ScaleSelector/index.tsx +++ b/packages/li-p2/src/LayerAttribute/components/ScaleSelector/index.tsx @@ -5,7 +5,7 @@ import cls from 'classnames'; import React, { useEffect, useMemo, useState } from 'react'; import { useUpdateEffect } from 'ahooks'; import { DEHAULT_OPTIONS } from './constants'; -import CustomMappingColor from './CustomMappingColor'; +import CustomMappingColor from './CustomMappingColors'; import { getDefaultValue, getScaleByCustomMappingData, getCustomMappingData } from './helper'; import useStyle from './style'; import type { CustomMappingData, SelectorValue, SelectorValueType, SelectType } from './type';