Merge branch 'master' of https://github.com/merelendor/evoleasing-account
This commit is contained in:
commit
86836a86ea
@ -117,7 +117,7 @@ export default class FilesList extends React.Component
|
||||
</svg>
|
||||
<p><b>Ошибка</b>
|
||||
{ errors.map((filename, index) => (
|
||||
<React.Fragment key={ index }><span>Файл «{ filename }» превышает допустимый лимит в { process.env.NEXT_PUBLIC_UPLOAD_FILESIZE__MB }мб и не может быть загружен.</span><br/></React.Fragment>
|
||||
<React.Fragment key={ index }><span>Файл «{ filename }» превышает допустимый лимит в { process.env.NEXT_PUBLIC_UPLOAD_FILESIZE_LIMIT_MB }мб и не может быть загружен.</span><br/></React.Fragment>
|
||||
)) }
|
||||
</p>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user