Browse Source

remove { }

namnguyen 10 months ago
parent
commit
bdb27a9e2c
1 changed files with 2 additions and 2 deletions
  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}
                               >