diff --git a/frontend/app/components/UsabilityTesting/SidePanel.tsx b/frontend/app/components/UsabilityTesting/SidePanel.tsx
index b2f52fb0b..5b3715fda 100644
--- a/frontend/app/components/UsabilityTesting/SidePanel.tsx
+++ b/frontend/app/components/UsabilityTesting/SidePanel.tsx
@@ -1,8 +1,8 @@
-import { useStore } from "App/mstore";
-import React from 'react'
-import { observer } from 'mobx-react-lite'
-import { Typography, Switch, Button, Space } from "antd";
-import { ExportOutlined } from "@ant-design/icons";
+import { useStore } from 'App/mstore';
+import React from 'react';
+import { observer } from 'mobx-react-lite';
+import { Typography, Switch, Button, Space, Tooltip } from 'antd';
+import { ExportOutlined } from '@ant-design/icons';
const SidePanel = observer(({ onSave, onPreview, taskLen }: any) => {
const { uxtestingStore } = useStore();
@@ -32,16 +32,20 @@ const SidePanel = observer(({ onSave, onPreview, taskLen }: any) => {
-
-
+