Skip to content

Commit

Permalink
fix(module: modal): remove close button of confirm dialog (ant-design…
Browse files Browse the repository at this point in the history
  • Loading branch information
zxyao145 committed Oct 16, 2022
1 parent 2db768e commit 8c76784
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/modal/confirmDialog/Confirm.razor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ private DialogOptions BuildDialogOptions(ConfirmOptions confirmOptions)
Footer = null,

ClassName = confirmOptions.ClassName,
Closable = false
};

config.ClassName = "ant-modal-confirm ant-modal-confirm-" + confirmOptions.ConfirmType;
Expand Down

0 comments on commit 8c76784

Please sign in to comment.