From 5e0ea5f69c84de1a2a3a319b2451928a10e833f9 Mon Sep 17 00:00:00 2001 From: stefano bovio Date: Wed, 8 May 2024 08:46:59 +0200 Subject: [PATCH] Fix #10112 Review class name for symbolizer field (#10286) --- web/client/components/styleeditor/Fields.jsx | 2 +- web/client/themes/default/less/style-editor.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/client/components/styleeditor/Fields.jsx b/web/client/components/styleeditor/Fields.jsx index 67fd4c204e..51afae7b13 100644 --- a/web/client/components/styleeditor/Fields.jsx +++ b/web/client/components/styleeditor/Fields.jsx @@ -647,7 +647,7 @@ function Fields({ const Component = isPropertyField ? PropertySelector : FieldComponent; const disabled = isDisabled && isDisabled(properties[key], state.current.properties, fieldsConfig); const visible = isVisible ? isVisible(properties[key], state.current.properties, format) : true; - return visible ? (
+ return visible ? (