We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66172c1 commit 47d957eCopy full SHA for 47d957e
packages/app/src/app/pages/Sandbox/Editor/Header/Buttons/RefreshButton/RefreshButton.tsx
@@ -4,7 +4,7 @@ import { UpdateFound } from './UpdateFound';
4
5
export const RefreshButton = () => (
6
<Action
7
- onClick={document.location.reload}
+ onClick={() => document.location.reload()}
8
Icon={UpdateFound}
9
tooltip="Update Available! Click to Refresh."
10
/>
0 commit comments