From 0991827ef07e7c9610244845d73c74fe0ffbc2d8 Mon Sep 17 00:00:00 2001 From: Tzipi-kaltura Date: Wed, 8 Nov 2023 15:46:40 +0200 Subject: [PATCH] fix(SUP-39294): Page refreshes after clicking on player buttons --- src/components/plugin-button/plugin-button.tsx | 1 + 1 file changed, 1 insertion(+) 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}>