file upload fix... limit to 210mb updates file list from storage account
This commit is contained in:
@@ -315,9 +315,7 @@ let BuildCheckSection = (props) => {
|
||||
<a
|
||||
className="govuk-link"
|
||||
href="#"
|
||||
onClick={() =>
|
||||
setCurrentSection(sectionCount - 1)
|
||||
}
|
||||
onClick={() => setCurrentSection(sectionCount)}
|
||||
>
|
||||
{t("common:back-link")}
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user