From 74b980310852a0b406fa9d073870f92c409d5444 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 2 Dec 2021 18:32:57 +0100 Subject: Eslint fix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/dashboard/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/dashboard/src') diff --git a/apps/dashboard/src/App.vue b/apps/dashboard/src/App.vue index d98f1ec1133..75e8e6c0108 100644 --- a/apps/dashboard/src/App.vue +++ b/apps/dashboard/src/App.vue @@ -266,7 +266,7 @@ export default { * Method to register panels that will be called by the integrating apps * * @param {string} app The unique app id for the widget - * @param {function} callback The callback function to register a panel which gets the DOM element passed as parameter + * @param {Function} callback The callback function to register a panel which gets the DOM element passed as parameter */ register(app, callback) { Vue.set(this.callbacks, app, callback) -- cgit v1.2.3