add file limit on appeal request
This commit is contained in:
parent
2fcdb66112
commit
afb53d4f05
@ -27,6 +27,8 @@ import {
|
|||||||
sendAppealAttachments
|
sendAppealAttachments
|
||||||
} from "../../actions";
|
} from "../../actions";
|
||||||
|
|
||||||
|
const LIMIT = 10000000;
|
||||||
|
|
||||||
class SupportRequestPage extends React.Component
|
class SupportRequestPage extends React.Component
|
||||||
{
|
{
|
||||||
constructor(props) {
|
constructor(props) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user