Skip to content

Commit af4c237

Browse files
committed
chore: add expanded state to menu side navigation button
Closes: INSTUI-4249
1 parent f1b4172 commit af4c237

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/__docs__/src/App/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -613,6 +613,7 @@ class App extends Component<AppProps, AppState> {
613613
shape="circle"
614614
color="secondary"
615615
size="medium"
616+
aria-expanded={true}
616617
ref={(button) => {
617618
if (button) {
618619
button.focus()

0 commit comments

Comments
 (0)