diff --git a/packages/main/src/ToggleSpinButtonTemplate.tsx b/packages/main/src/ToggleSpinButtonTemplate.tsx index b4d2188f24a9..6e1401d19fc9 100644 --- a/packages/main/src/ToggleSpinButtonTemplate.tsx +++ b/packages/main/src/ToggleSpinButtonTemplate.tsx @@ -4,7 +4,6 @@ import buttonTemplate from "./ButtonTemplate.js"; export default function ToggleSpinButtonTemplate(this: ToggleSpinButton) { return (<> { buttonTemplate.call(this, { - ariaPressed: this.pressed, ariaValueMax: this.valueMax, ariaValueMin: this.valueMin, ariaValueNow: this.valueNow,