mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-29 00:16:39 +01:00
chunk loading error: fix missing reload function
This commit is contained in:
@@ -19,6 +19,7 @@ class ErrorBoundary extends React.Component<IEmptyStateProps> {
|
||||
variant="outlined"
|
||||
color="secondary"
|
||||
startIcon={<ReloadIcon />}
|
||||
onClick={() => window.location.reload()}
|
||||
>
|
||||
Reload
|
||||
</Button>
|
||||
|
||||
Reference in New Issue
Block a user