Skip to content

Commit

Permalink
Merge pull request #10053 from marmelab/fix/misapply-batch-from-#10039
Browse files Browse the repository at this point in the history
[Doc] Fix mis-apply batch from #10039
  • Loading branch information
fzaninotto authored Jul 23, 2024
2 parents ad252d1 + c27f876 commit e53531e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Buttons.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ It also supports [all the other `<Button>` props](#button).

**Tip**: If you want to link to the Create view manually, use the `/{resource}/create` location.

**Tip:** To allow users to edit a record without leaving the current view, use the [`<EditInDialogButton>`](./EditInDialogButton.md) component.
**Tip:** To allow users to create a record without leaving the current view, use the [`<CreateInDialogButton>`](./CreateInDialogButton.md) component.

#### `sx`: CSS API

Expand Down

0 comments on commit e53531e

Please sign in to comment.