chore: resolve lint errors
This commit is contained in:
parent
c939c4f0c8
commit
69fb8ac63f
1 changed files with 1 additions and 1 deletions
|
|
@ -514,7 +514,7 @@ const toggleMockServer = async () => {
|
|||
toast.error(t("error.something_went_wrong"))
|
||||
loading.value = false
|
||||
},
|
||||
(result) => {
|
||||
() => {
|
||||
toast.success(
|
||||
newActiveState
|
||||
? t("mock_server.mock_server_started")
|
||||
|
|
|
|||
Loading…
Reference in a new issue