fix: modify icon (#3244)

This commit is contained in:
James 2025-04-03 01:16:28 -07:00 committed by GitHub
parent 95b1983dc5
commit 287bca5f6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ import {
iconHelpSolid,
iconSuccess,
iconError,
iconInfoSolid,
iconHelp,
iconLoadingShadow,
iconWarning,
iconClose,
@ -122,7 +122,7 @@ export default defineComponent({
const STATUS_MAPPING_COMPINENT = {
QUESTION: iconHelpSolid(),
INFO: iconInfoSolid(),
INFO: iconHelp(),
SUCCESS: iconSuccess(),
WARNING: iconWarning(),
ERROR: iconError(),