From 459347d948c47cc5e712eaa270ae827df72313c2 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Thu, 6 Apr 2023 17:14:01 +0200 Subject: [PATCH] add category hints from methodlist --- ccp/js/methodeditorcontroller.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ccp/js/methodeditorcontroller.js b/ccp/js/methodeditorcontroller.js index b6f8778..e82bd1b 100644 --- a/ccp/js/methodeditorcontroller.js +++ b/ccp/js/methodeditorcontroller.js @@ -875,7 +875,7 @@ class CCPMethodEditorController extends HTMLElement{ } renderCategories(){ - if(this.#current.keywords){ + if(this.#current.metadata){ return this.#current.metadata.filter(md=>md.role === "category").map((k,i) => { return `