Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cg33 committed Apr 24, 2024
1 parent eb17df7 commit 64e356a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion template/types/action/file_upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func (file *FileUploadAction) BtnAttribute() template.HTML {
return template.HTML(`href="javascript:;"`)
}

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

}

0 comments on commit 64e356a

Please sign in to comment.