|
@@ -22,7 +22,6 @@ export default ({ children, route, location }) => {
|
|
|
<Exception
|
|
<Exception
|
|
|
type="403"
|
|
type="403"
|
|
|
desc={formatMessage({ id: 'app.exception.description.403' }, {})}
|
|
desc={formatMessage({ id: 'app.exception.description.403' }, {})}
|
|
|
- style={{ minHeight: 500, height: '80%' }}
|
|
|
|
|
linkElement={Link}
|
|
linkElement={Link}
|
|
|
backText={formatMessage({ id: 'app.exception.back' })}
|
|
backText={formatMessage({ id: 'app.exception.back' })}
|
|
|
/>
|
|
/>
|