fix: Typos (#2014)

This commit is contained in:
shaohuzhang1 2025-01-13 11:39:16 +08:00 committed by GitHub
parent 426efc789c
commit 2f017082d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -334,7 +334,7 @@ const submit = async () => {
applicationApi
.updatePlatformConfig(id, configType.value, form[configType.value], loading)
.then(() => {
MsgSuccess(t('commom.saveSuccess'))
MsgSuccess(t('common.saveSuccess'))
closeDrawer()
emit('refresh')
})