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
Copy file name to clipboardExpand all lines: docs/Buttons.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,12 +114,12 @@ Alternately, pass a `successMessage` prop:
114
114
115
115
### Access Control
116
116
117
-
If your `authProvider` implements [Access Control](./Permissions.md#access-control), `<DeleteButton>` will only render if the user has the "delete" access to the related resource.
117
+
If your `authProvider` implements [Access Control](./Permissions.md#access-control), `<BulkDeleteButton>` will only render if the user has the "delete" access to the related resource.
118
118
119
-
`<DeleteButton>` will call `authProvider.canAccess()` using the following parameters:
119
+
`<BulkDeleteButton>` will call `authProvider.canAccess()` using the following parameters:
0 commit comments