Removed mantine libraries; Removed mandatory authentication
This commit is contained in:
@ -156,7 +156,16 @@ export default function FolderViewer() {
|
||||
|
||||
if (foldersLoading || documentsLoading) {
|
||||
return (
|
||||
<Spinner />
|
||||
<div style={{
|
||||
display: 'flex',
|
||||
justifyContent: 'center',
|
||||
alignItems: 'center',
|
||||
width: '100%',
|
||||
height: '100%',
|
||||
padding: '1rem',
|
||||
}}>
|
||||
<Spinner />
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user