mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-05-06 22:33:34 -04:00
remove log (#894)
* Update ErrorFallback.tsx * remove log --------- Co-authored-by: ameer2468 <33054370+ameer2468@users.noreply.github.com>
This commit is contained in:
@@ -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');
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user