You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Users must have the `'delete'` permission on the resource to see the `<BulkExportButton>`.
@@ -1786,7 +1786,7 @@ const ProductList = () => (
1786
1786
**Tip**: Adding the 'read' permission for the resource itself doesn't grant the 'read' permission on the columns. If you want a user to see all possible columns, add the 'read' permission on columns using a wildcard:
Copy file name to clipboardExpand all lines: docs/InPlaceEditor.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,7 +158,7 @@ For example, to render a `<SelectField>` in read mode, you can use the following
158
158
159
159
The component to render in edit mode. By default, it's a `<TextInput>` using the `source` prop.
160
160
161
-
You can use any [input component](./Input.md) instead, as it renders in a `<Form>`. You will probably need to tweak the input variant, margin and style so that it matches the style of the read mode component.
161
+
You can use any [input component](./Inputs.md) instead, as it renders in a `<Form>`. You will probably need to tweak the input variant, margin and style so that it matches the style of the read mode component.
0 commit comments