Merge Q-CAST-III-MR-696: 수직적설량 체크 추가

This commit is contained in:
상연 정 2025-02-18 06:59:51 +00:00 committed by Space Cloud
commit 84b5ae2ff0
No known key found for this signature in database
GPG Key ID: 2F4D45726235F749

View File

@ -1376,7 +1376,7 @@ export default function StuffDetail() {
}
if (params?.receiveUser !== '') {
if (params?.receiveUser.trim().length > 10) {
if (checkLength(params?.receiveUser.trim()) > 10) {
return swalFire({ text: getMessage('stuff.detail.tempSave.message2'), type: 'alert', icon: 'warning' })
}
}