mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fix linter errors in previous commit.
This commit is contained in:
committed by
Akshay Joshi
parent
6b9e8c3039
commit
bd5536dbf9
@@ -442,7 +442,7 @@ const customReactSelectStyles = (theme, readonly)=>({
|
||||
...provided,
|
||||
padding: '0rem 0.25rem',
|
||||
}),
|
||||
valueContainer: (provided, state)=>({
|
||||
valueContainer: (provided)=>({
|
||||
...provided,
|
||||
padding: theme.otherVars.reactSelect.padding,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user