Skip to content

Commit

Permalink
fix(group-sites): use proper function name
Browse files Browse the repository at this point in the history
In 32f1ed0 the function call was renamed but the function wasn't.
  • Loading branch information
BreadGenie committed Jan 19, 2025
1 parent ae70a30 commit 368c379
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src2/pages/ReleaseGroupBenchSites.vue
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ export default {
},
];
},
runDocMethod(name, methodName) {
runBenchMethod(name, methodName) {
const method = createResource({
url: 'press.api.client.run_doc_method',
});
Expand Down

0 comments on commit 368c379

Please sign in to comment.