Skip to content

Commit

Permalink
Fix Tab component children missing fullWidth prop when addLabel was set
Browse files Browse the repository at this point in the history
  • Loading branch information
WiXSL committed Nov 29, 2021
1 parent af9339d commit 24335c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ra-ui-materialui/src/detail/Tab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ export const Tab = ({
<Labeled
label={field.props.label}
source={field.props.source}
fullWidth={field.props.fullWidth}
basePath={basePath}
record={record}
resource={resource}
Expand Down

0 comments on commit 24335c7

Please sign in to comment.