From 26dd1d6d1f88b20fa816393aec7a20fa6164fbcd Mon Sep 17 00:00:00 2001 From: liangling Date: Fri, 15 Nov 2024 10:50:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8Dwindows=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E5=A4=8D=E5=88=B6ip=20\r=E9=97=AE=E9=A2=98=20#=20Revi?= =?UTF-8?q?ewed,=20transaction=20id:=2023924?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/condition-input.tsx | 29 +++++++++---------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/src/timeseries/src/components/condition-input.tsx b/src/timeseries/src/components/condition-input.tsx index 74e5028..d0ebf10 100644 --- a/src/timeseries/src/components/condition-input.tsx +++ b/src/timeseries/src/components/condition-input.tsx @@ -332,22 +332,19 @@ export default class ConditionInput extends React.PureComponent onDropdownVisibleChange={v => this.handleKeyVisibleChange(v, index)} onInputKeyDown={v => this.handleConditionKeyDown(v, index)} > - {dimensions?.map( - dim => - ( - - ) || undefined, - )} + {dimensions?.map(dim => ( + + ))} ) : (