fix: 修复消息hooks icon类型 (#2585)
This commit is contained in:
parent
491941e4c5
commit
4f4bec0c22
|
|
@ -91,7 +91,7 @@ function createSuccessModal(options: ModalOptionsPartial) {
|
|||
}
|
||||
|
||||
function createErrorModal(options: ModalOptionsPartial) {
|
||||
return Modal.error(createModalOptions(options, 'close'));
|
||||
return Modal.error(createModalOptions(options, 'error'));
|
||||
}
|
||||
|
||||
function createInfoModal(options: ModalOptionsPartial) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue