🐛 Fix plugin installation link

This commit is contained in:
Alejandro Alonso 2025-09-08 09:42:37 +02:00 committed by Pablo Alba
parent e3c9588c1c
commit a403af7ebd
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@
schema:string
schema:string]])
(def ^:private schema:registry-entry
(def schema:registry-entry
[:map
[:plugin-id :string]
[:name :string]

View File

@ -71,9 +71,9 @@
:code code
:icon icon
:permissions (into #{} (map str) permissions)})]
(if (sm/validate ::ctp/registry-entry manifest)
(if (sm/validate ctp/schema:registry-entry manifest)
manifest
(.error js/console (clj->js (sm/explain ::ctp/registry-entry manifest))))))
(.error js/console (clj->js (sm/explain ctp/schema:registry-entry manifest))))))
(defn save-to-store
[]