From 5ca13940f7d400cae2f1b7b88be382998a9d6757 Mon Sep 17 00:00:00 2001 From: yxh01132861 Date: Fri, 20 Oct 2023 18:39:20 +0800 Subject: [PATCH] fix: skjfndhjh --- .../li-p2/src/LayerAttribute/components/ScaleSelector/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';