Sfoglia il codice sorgente

chore: add stories example missing } in Select

zhangyumei.0319 1 anno fa
parent
commit
649dc8908a
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      packages/semi-ui/select/_story/select.stories.jsx

+ 1 - 1
packages/semi-ui/select/_story/select.stories.jsx

@@ -3592,7 +3592,7 @@ export const ControledSameLabelInNode = () => {
             <Select.Option value="b-2" label={<div>France</div>}></Select.Option>
         </Select.OptGroup>
     </Select>
-
+}
 
 export const SearchPosition = () => {