mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-27 09:54:51 +00:00
Merge branch 'development' into release/v2.18.0
This commit is contained in:
commit
d36e447120
@ -97,7 +97,7 @@ const Layout: React.FC<Props> = ({
|
||||
<Header />
|
||||
</HeaderWrapper>
|
||||
<BodyWrapper>
|
||||
<SidebarWrapper>
|
||||
<SidebarWrapper data-testid="sidebar">
|
||||
<Sidebar
|
||||
items={sidebarItems}
|
||||
safeAddress={safeAddress}
|
||||
|
@ -131,13 +131,13 @@ const BaseAddressBookInput = ({
|
||||
onChange={onChange}
|
||||
onInputChange={onInputChange}
|
||||
options={addressBookEntries}
|
||||
id="address-book-input"
|
||||
renderInput={(params) => (
|
||||
<MuiTextField
|
||||
{...params}
|
||||
autoFocus={true}
|
||||
error={!!validationText}
|
||||
fullWidth
|
||||
id="filled-error-helper-text"
|
||||
variant="filled"
|
||||
label={validationText ? validationText : label}
|
||||
InputLabelProps={{ shrink: true, required: true, classes: labelStyles }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user