浏览代码

remove { }

namnguyen 10 月之前
父节点
当前提交
bdb27a9e2c
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/taipy-gui/src/components/Taipy/Input.tsx

+ 2 - 2
frontend/taipy-gui/src/components/Taipy/Input.tsx

@@ -235,14 +235,14 @@ const Input = (props: TaipyInputProps) => {
                       endAdornment: (
                           <div style={verticalDivStyle}>
                               <IconButton
-                                  aria-label={"Increment value"}
+                                  aria-label="Increment value"
                                   size="small"
                                   onMouseDown={handleUpStepperMouseDown}
                               >
                                   <ArrowDropUpIcon fontSize="inherit" />
                               </IconButton>
                               <IconButton
-                                  aria-label={"Decrement value"}
+                                  aria-label="Decrement value"
                                   size="small"
                                   onMouseDown={handleDownStepperMouseDown}
                               >