Skip to content
Prev Previous commit
Next Next commit
leave the linter fix, remove other unneeded changes
  • Loading branch information
dantovska committed Dec 15, 2025
commit 52227a0a8b014ba64d2888ff844c9ee9c6894f97
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ const StyledContent = styled(Col)`
overflow-y: auto;
scrollbar-width: thin;
overscroll-behavior: contain;
padding-bottom: ${({ theme }) => theme.core.space.space400};
`

const CreateRedisearchIndex = ({ onClosePanel, onCreateIndex }: Props) => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ const StyledCreateRedisearchIndexWrapper = styled(Col)`
padding: ${({ theme }) => theme.core.space.space200};
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
overflow: hidden;
`

const StyledHeader = styled(Col)`
Expand Down
Loading