mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 10:02:46 +00:00
fix: Typos (#2014)
This commit is contained in:
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