do not create hc on empty message

This commit is contained in:
MichaelDvP
2025-04-09 17:38:58 +02:00
parent 99b769626e
commit d7b9754ddb
4 changed files with 70 additions and 66 deletions

View File

@@ -24,8 +24,8 @@
"@alova/adapter-xhr": "2.1.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@mui/icons-material": "^7.0.1",
"@mui/material": "^7.0.1",
"@mui/icons-material": "^7.0.2",
"@mui/material": "^7.0.2",
"@table-library/react-table-library": "4.1.12",
"alova": "3.2.10",
"async-validator": "^4.2.5",
@@ -49,7 +49,7 @@
"@types/formidable": "^3",
"@types/node": "^22.14.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.1",
"@types/react-dom": "^19.1.2",
"concurrently": "^9.1.2",
"eslint": "^9.24.0",
"eslint-config-prettier": "^10.1.1",