diff --git a/public/js/apps/Dashboard/Fhc.js b/public/js/apps/Dashboard/Fhc.js index a6bc2e11f..b2b7752df 100644 --- a/public/js/apps/Dashboard/Fhc.js +++ b/public/js/apps/Dashboard/Fhc.js @@ -305,7 +305,6 @@ const app = Vue.createApp({ } }, async created(){ - await this.$api .call(ApiRenderers.loadRenderers()) .then(res => res.data)