From 2f0853f5cc3ea954401e24873000798f239c5837 Mon Sep 17 00:00:00 2001 From: Alonso Torres Date: Wed, 3 Dec 2025 13:27:32 +0100 Subject: [PATCH] :bug: Fix problem with variant plugins api (#7890) --- frontend/src/app/plugins/library.cljs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/app/plugins/library.cljs b/frontend/src/app/plugins/library.cljs index 0d3c8c1d07..649a86b89a 100644 --- a/frontend/src/app/plugins/library.cljs +++ b/frontend/src/app/plugins/library.cljs @@ -901,10 +901,10 @@ (fn [pos value] (cond (not (nat-int? pos)) - (u/display-not-valid :pos pos) + (u/display-not-valid :pos (str pos)) - (not (string? name)) - (u/display-not-valid :name name) + (not (string? value)) + (u/display-not-valid :name value) :else (st/emit!