Skip to content

Commit

Permalink
style(ts): 测试修改样式
Browse files Browse the repository at this point in the history
  • Loading branch information
lixin59 committed Feb 9, 2023
1 parent 1531c23 commit 2a42942
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/Mode/UploadFile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ const UploadFile = ({ hostList, groupList, tagList, updateHostList, updateTagLis
onChange={handleChange}>
{selectType(true).length > 0
? (selectType(true) as Array<TagInfo | GroupInfo | HostInfo>).map((e) => (
<OmsMenuItem key={e.name} value={e.id}>
{e.name}
</OmsMenuItem>
))
<OmsMenuItem key={e.name} value={e.id}>
{e.name}
</OmsMenuItem>
))
: null}
</OmsSelect>
</FormControl>
Expand Down

0 comments on commit 2a42942

Please sign in to comment.