fix: Typos (#2014)
parent
426efc789c
commit
2f017082d2
|
|
@ -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')
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in New Issue