Skip to content

Commit

Permalink
Merge branch 'staging' into yukthiw/remove-expression-level-indicator…
Browse files Browse the repository at this point in the history
…-cell-efp
  • Loading branch information
Yukthiw authored Mar 19, 2024
2 parents becb52f + 98fc1a2 commit f5d363f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Eplant/UI/Layout/FailedToLoad.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ export default function FailedToLoad(props: {
</Typography>
</Stack>
)
}
}
2 changes: 1 addition & 1 deletion Eplant/UI/Layout/ViewContainer/LoadingPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ export default function LoadingPage(props: {
</Typography>
</Stack>
)
}
}
3 changes: 2 additions & 1 deletion Eplant/UI/LeftNav/GeneSearch/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import * as React from 'react'
import { debounce } from 'lodash'

import AddIcon from '@mui/icons-material/Add'
import CloseIcon from '@mui/icons-material/Close'
import SearchIcon from '@mui/icons-material/Search'
import { SxProps, Theme } from '@mui/material'
Expand Down Expand Up @@ -118,7 +119,7 @@ export default function SearchBar(props: {
setValue([])
}}
>
<SearchIcon />
{value.length > 0 ? <AddIcon /> : <SearchIcon />}
</IconButton>
</InputAdornment>
),
Expand Down

0 comments on commit f5d363f

Please sign in to comment.