diff --git a/src/components/plugin-button/plugin-button.tsx b/src/components/plugin-button/plugin-button.tsx index c1f6c0a..2745e53 100644 --- a/src/components/plugin-button/plugin-button.tsx +++ b/src/components/plugin-button/plugin-button.tsx @@ -24,6 +24,7 @@ export const PluginButton = ({isActive, label, id, icon, dataTestId, setRef}: Pl setRef(node); } }} + type="button" aria-label={label} className={[ui.style.upperBarIcon, styles.pluginButton, isActive ? styles.active : ''].join(' ')} data-testid={dataTestId}>