From 368c37951655c8146ab9b34520c3df00bb2eb4c5 Mon Sep 17 00:00:00 2001 From: Bread Genie Date: Sun, 19 Jan 2025 19:09:46 +0530 Subject: [PATCH] fix(group-sites): use proper function name In 32f1ed0 the function call was renamed but the function wasn't. --- dashboard/src2/pages/ReleaseGroupBenchSites.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src2/pages/ReleaseGroupBenchSites.vue b/dashboard/src2/pages/ReleaseGroupBenchSites.vue index 35f55ebae5..1ac0b8f95b 100644 --- a/dashboard/src2/pages/ReleaseGroupBenchSites.vue +++ b/dashboard/src2/pages/ReleaseGroupBenchSites.vue @@ -428,7 +428,7 @@ export default { }, ]; }, - runDocMethod(name, methodName) { + runBenchMethod(name, methodName) { const method = createResource({ url: 'press.api.client.run_doc_method', });