add error message handler, add request animation
This commit is contained in:
@@ -5,8 +5,6 @@ import { useTranslations } from 'next-intl';
|
||||
export function FileInfoModalWindow({ fileInfo, setWindowClose, setWindowChildren }: any) {
|
||||
const t = useTranslations('Global');
|
||||
|
||||
console.log(fileInfo);
|
||||
|
||||
return (
|
||||
<div className="modal-window-view-file">
|
||||
<div className="modal-window-view-file-header">
|
||||
|
||||
Reference in New Issue
Block a user