Skip to content

Commit

Permalink
Dialog: fix typo in cancel button stylingMode (#25922)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedwag authored Oct 30, 2023
1 parent fb58a4d commit 770ae29
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/devextreme/js/ui/dialog.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const getApplyButtonConfig = () => {
const getCancelButtonConfig = () => {
if(isFluent()) {
return {
stylingMode: 'contoutlinedained',
stylingMode: 'outlined',
type: 'default',
};
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 770ae29

Please sign in to comment.