前端爱码士
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/hooks/web/useMessage.tsx
|
|
|
@ -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) { |
|
|
|
|