diff --git a/frontend/src/components/common/switch/index.js b/frontend/src/components/common/switch/index.js
index 828c684b003..938c206bb05 100644
--- a/frontend/src/components/common/switch/index.js
+++ b/frontend/src/components/common/switch/index.js
@@ -5,9 +5,9 @@ import classnames from 'classnames';
import '../../../css/switch.css';
function Switch(props) {
- const { onChange, checked, placeholder, disabled, className, size, textPosition } = props;
+ const { onChange, checked, placeholder, disabled, className, size, textPosition, setRef } = props;
return(
-
+