Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INJIWEB-126]: maintaining individual sessions for each tab #27

Merged
Prev Previous commit
Next Next commit
[INJIWEB-126]: remove feature branch in push-trigger
Signed-off-by: Vijay <[email protected]>
vijay151096 committed Apr 15, 2024
commit 2c1825bd66424a52d4e334b166aea2158c04ad12
9 changes: 4 additions & 5 deletions inji-web/src/pages/Home/SearchIssuers.js
Original file line number Diff line number Diff line change
@@ -140,15 +140,15 @@ function SearchIssuers() {
return (
// <StyledHeader>

<Box
<Box
style={{
background: `transparent url(${Image}) 0% 0% no-repeat padding-box`,
opacity: 1,
height: '430px',
width: '100%',
backgroundImageWidth: '100%',
backgroundSize: 'cover'

}}>
<StyledGrid container>
<Grid item xs={12}>
@@ -169,7 +169,6 @@ function SearchIssuers() {
<Autocomplete
loading={loadingIssuers}
options={formatedOptions}
freeSolo
getOptionLabel={option => option.label} // Access label from option object
onClick={onClickRedirect}
onInputChange={setFilterOptions}
@@ -200,11 +199,11 @@ function SearchIssuers() {
autoFocus={true}
/>
</Paper>

)}
/>
</Grid>
</StyledGrid>
</StyledGrid>
</Box>