Fix minor bug causing form not to reload
This commit is contained in:
parent
97ffc07738
commit
1afafa6732
2 changed files with 2 additions and 2 deletions
|
@ -50,7 +50,7 @@ const useStyles = makeStyles(
|
||||||
border: `1px solid ${theme.palette.divider}`,
|
border: `1px solid ${theme.palette.divider}`,
|
||||||
borderRadius: "100%",
|
borderRadius: "100%",
|
||||||
height: 24,
|
height: 24,
|
||||||
marginRight: theme.spacing(),
|
margin: theme.spacing(),
|
||||||
width: 24
|
width: 24
|
||||||
},
|
},
|
||||||
addIcon: {
|
addIcon: {
|
||||||
|
|
|
@ -66,7 +66,7 @@ export const ShippingZoneWarehouses: React.FC<ShippingZonewWarehousesProps> = pr
|
||||||
id: "shippingZoneWarehouses.autocomplete.label"
|
id: "shippingZoneWarehouses.autocomplete.label"
|
||||||
})}
|
})}
|
||||||
loading={loading}
|
loading={loading}
|
||||||
name="warehouse"
|
name="warehouses"
|
||||||
onChange={onChange}
|
onChange={onChange}
|
||||||
onFetchMore={onFetchMore}
|
onFetchMore={onFetchMore}
|
||||||
placeholder={intl.formatMessage({
|
placeholder={intl.formatMessage({
|
||||||
|
|
Loading…
Reference in a new issue