Merge branch 'dev' into cl/hexclave-pr3

This commit is contained in:
BilalG1 2026-05-28 17:38:37 -07:00 committed by GitHub
commit cab105dabe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -97,6 +97,7 @@ export function DesignPillToggle({
const pill = (
<button
type="button"
key={option.id}
onClick={() => handleClick(option.id)}
disabled={loadingOptionId !== null}