From 0cb1f5a0fba2ac88ccee6e818740c9bd49b7ef87 Mon Sep 17 00:00:00 2001 From: Curt Grimes Date: Tue, 4 Oct 2022 12:16:18 -0700 Subject: [PATCH] Add back incorrectly removed type="button" --- app/components/Ability.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/app/components/Ability.tsx b/app/components/Ability.tsx index ca2ab7b69..19afa513c 100644 --- a/app/components/Ability.tsx +++ b/app/components/Ability.tsx @@ -62,6 +62,7 @@ export function Ability({ onDrop?.(event); }} tabIndex={readonly ? -1 : undefined} + type="button" >