From 19b4761c7675199471cef3ca2bb5ee5963e5941c Mon Sep 17 00:00:00 2001 From: Junqiu Lei Date: Tue, 10 Jan 2023 10:54:34 -0800 Subject: [PATCH] Update layer type UI on config panel (#188) Signed-off-by: Junqiu Lei --- .../components/layer_config/layer_basic_settings.tsx | 8 -------- public/components/layer_config/layer_config_panel.tsx | 11 +++++++++-- 2 files changed, 9 insertions(+), 10 deletions(-) diff --git a/public/components/layer_config/layer_basic_settings.tsx b/public/components/layer_config/layer_basic_settings.tsx index 2efe736f..e226853c 100644 --- a/public/components/layer_config/layer_basic_settings.tsx +++ b/public/components/layer_config/layer_basic_settings.tsx @@ -99,14 +99,6 @@ export const LayerBasicSettings = ({ - - - - + @@ -112,6 +113,12 @@ export const LayerConfigPanel = ({ {selectedLayerConfig.name} + + + + Type: {layersTypeNameMap[selectedLayerConfig.type]} + +