diff --git a/src/shared/popups/gokb-edit-platform-popup/gokb-edit-platform-popup.vue b/src/shared/popups/gokb-edit-platform-popup/gokb-edit-platform-popup.vue index 255cf996..3dcaa09d 100644 --- a/src/shared/popups/gokb-edit-platform-popup/gokb-edit-platform-popup.vue +++ b/src/shared/popups/gokb-edit-platform-popup/gokb-edit-platform-popup.vue @@ -298,7 +298,7 @@ } const response = await this.catchError({ - promise: platformServices.checkPlatform(newPlatform, this.cancelToken.token), + promise: platformServices.check(newPlatform, this.cancelToken.token), instance: this }) if (response?.status < 300 && response.data) {