Skip to content

Commit 64e356a

Browse files
author
cg33
committed
update
1 parent eb17df7 commit 64e356a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/types/action/file_upload.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func (file *FileUploadAction) BtnAttribute() template.HTML {
9292
return template.HTML(`href="javascript:;"`)
9393
}
9494

95-
func (file *FileUploadAction) FooterContent() template.HTML {
95+
func (file *FileUploadAction) FooterContent(ctx *context.Context) template.HTML {
9696
return template.HTML(`<input class="` + file.BtnId[1:] + `_input" type="file" multiple="multiple" style="display:none" />`)
9797

9898
}

0 commit comments

Comments
 (0)