diff --git a/frontend/src/metabase/core/components/AccordionList/AccordionList.jsx b/frontend/src/metabase/core/components/AccordionList/AccordionList.jsx
index 1525a5892ace330c6547b532232d81155d46dce7..0b7c84855178951ca95c1e6b85fad455053b1d56 100644
--- a/frontend/src/metabase/core/components/AccordionList/AccordionList.jsx
+++ b/frontend/src/metabase/core/components/AccordionList/AccordionList.jsx
@@ -557,7 +557,7 @@ export default class AccordionList extends Component {
       return (
         <AccordionListRoot
           role="tree"
-          innerRef={this.containerRef}
+          ref={this.containerRef}
           onKeyDown={this.handleKeyDown}
           tabIndex={-1}
           className={className}
@@ -608,7 +608,7 @@ export default class AccordionList extends Component {
     return (
       <AccordionListRoot
         role="tree"
-        innerRef={this.containerRef}
+        ref={this.containerRef}
         onKeyDown={this.handleKeyDown}
         tabIndex={-1}
       >