pub file copy

This commit is contained in:
zeppi 2021-07-21 16:16:21 -04:00
parent 8a483d1432
commit 4370860239

View file

@ -612,7 +612,7 @@ function PublishFile(props: Props) {
{/* @if TARGET='app' */} {/* @if TARGET='app' */}
{showFileUpload && ( {showFileUpload && (
<FileSelector <FileSelector
label={__('Video file')} label={__('File')}
disabled={disabled} disabled={disabled}
currentPath={currentFile} currentPath={currentFile}
onFileChosen={handleFileChange} onFileChosen={handleFileChange}