Skip to content

Commit

Permalink
change to the new default value 0 for uiDialogTitleHeadingLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkoller committed Aug 5, 2024
1 parent f46ff12 commit 6ffab2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/unit/dialog/common-deprecated.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ common.testWidget( "dialog", {
resizable: true,
show: null,
title: null,
uiDialogTitleTagName: "<span>",
uiDialogTitleHeadingLevel: 0,
width: 300,

// Callbacks
Expand Down
2 changes: 1 addition & 1 deletion tests/unit/dialog/common.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ common.testWidget( "dialog", {
resizable: true,
show: null,
title: null,
uiDialogTitleTagName: "<span>",
uiDialogTitleHeadingLevel: 0,
width: 300,

// Callbacks
Expand Down

0 comments on commit 6ffab2e

Please sign in to comment.