diff --git a/client/src/components/Dashboard.jsx b/client/src/components/Dashboard.jsx index f9909ea..02a6a51 100644 --- a/client/src/components/Dashboard.jsx +++ b/client/src/components/Dashboard.jsx @@ -17,6 +17,7 @@ export default function Dashboard() { const [widgetArray, setWidgetArray] = useState([]); const onCancel = () => { + // This is a test comment console.log("canceling changes..."); if (originalLayout.length) { setLayout(originalLayout.map(item => ({