From e9d02c41ff463db847582c7dc600833430883729 Mon Sep 17 00:00:00 2001 From: Johann Hoffmann Date: Mon, 9 Dec 2024 15:42:08 +0100 Subject: [PATCH] merge fix; --- public/js/plugin/FhcApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/plugin/FhcApi.js b/public/js/plugin/FhcApi.js index e2576691e..0845a1a5e 100644 --- a/public/js/plugin/FhcApi.js +++ b/public/js/plugin/FhcApi.js @@ -310,7 +310,7 @@ export default { }) } - this.bindKeys(factorypart) + this.addEndpoints(factorypart) } addEndpoints(factorypart) {