remove log (#894)

* Update ErrorFallback.tsx

* remove log

---------

Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
This commit is contained in:
Oscar Beaumont
2023-05-31 17:41:09 +08:00
committed by GitHub
parent eddfa6135a
commit ea7bfff0a2

View File

@@ -88,7 +88,6 @@ export function ErrorPage({
variant="colored"
className="max-w-xs mt-4 bg-red-500 border-transparent"
onClick={() => {
console.log('A'); // TODO
// @ts-expect-error
window.__TAURI_INVOKE__('reset_spacedrive');
}}