Skip to content

Commit bdcb633

Browse files
committed
TabbedShowLayout reads RecordContext in Controlled Mode
1 parent 9867069 commit bdcb633

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/TabbedShowLayout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ export default ScrollableTabbedShowLayout;
289289

290290
## Controlled Mode
291291

292-
By default, `<TabbedShowLayout>` reads the record from the `ResourceContext`. But by passing a `record` prop, you can render the component outside a `ResourceContext`.
292+
By default, `<TabbedShowLayout>` reads the record from the `RecordContext`. But by passing a `record` prop, you can render the component outside a `RecordContext`.
293293

294294
{% raw %}
295295
```jsx

0 commit comments

Comments
 (0)