Skip to content

Commit

Permalink
Fix #6111: ConfirmDialog 'content' not allowed on DIV
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Mar 7, 2024
1 parent 2e950d4 commit eb59b43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/lib/confirmdialog/ConfirmDialogBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ export const ConfirmDialogBase = ComponentBase.extend({
breakpoints: null,
children: undefined,
className: null,
content: null,
defaultFocus: 'accept',
footer: null,
icon: null,
Expand Down

0 comments on commit eb59b43

Please sign in to comment.