Skip to content

Commit

Permalink
delete actionButton from RouterConfirmationDialogProps
Browse files Browse the repository at this point in the history
  • Loading branch information
juliawegmayr committed Jan 26, 2024
1 parent 73cb380 commit 0d10738
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/admin/admin/src/router/ConfirmationDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export interface RouterConfirmationDialogProps
messageWrapper: "div";
messageWarningIcon: typeof Warning;
messageText: typeof Typography;
actionButton: typeof Button;
saveButton: typeof Button;
discardButton: typeof Button;
}> {
Expand Down

0 comments on commit 0d10738

Please sign in to comment.