Skip to content

Commit 4689315

Browse files
berkarslan-xobdukes
authored andcommitted
Issue-4386 - Add page with File type fix
1 parent 8276972 commit 4689315

File tree

1 file changed

+1
-0
lines changed
  • Dnn.AdminExperience/ClientSide/Pages.Web/src/components/PageDetails/PageUrl/PageFile

1 file changed

+1
-0
lines changed

Dnn.AdminExperience/ClientSide/Pages.Web/src/components/PageDetails/PageUrl/PageFile/PageFile.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ class PageFile extends Component {
3535
utils={utilities}
3636
selectedFile={selectedFile}
3737
onSelectFile={this.onFileSelect.bind(this)}
38+
validationCode={this.props.page.validationCode}
3839
browseButtonText={Localization.get("BrowseButton")}
3940
uploadButtonText={Localization.get("UploadButton")}
4041
linkButtonText={Localization.get("LinkButton")}

0 commit comments

Comments
 (0)