From b2b1fd3ba1a908824969c8787cac95b9d628e50d Mon Sep 17 00:00:00 2001 From: mpge Date: Wed, 13 May 2026 07:19:49 -0400 Subject: [PATCH] fix(skills): default SkillTagManager buttons to type="button" The remove-chip, add-toggle, and option-list buttons sit inside Admin/Skills/Form.vue's
. Without an explicit type they default to type="submit", so clicking any of them would submit the skill form before the user finished editing routing tags or departments. --- src/components/SkillTagManager.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/components/SkillTagManager.vue b/src/components/SkillTagManager.vue index 344b236..0e7ba2a 100644 --- a/src/components/SkillTagManager.vue +++ b/src/components/SkillTagManager.vue @@ -46,6 +46,7 @@ function removeItem(value) { > {{ item[itemLabelKey] }}