add file limit on appeal request

This commit is contained in:
merelendor 2023-12-07 15:36:34 +03:00
parent 2fcdb66112
commit afb53d4f05

View File

@ -27,6 +27,8 @@ import {
sendAppealAttachments
} from "../../actions";
const LIMIT = 10000000;
class SupportRequestPage extends React.Component
{
constructor(props) {