mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 16:02:28 +00:00
Small helper on download button (#3190)
This commit is contained in:
@@ -1037,7 +1037,7 @@ export const components = {
|
||||
accept: '*',
|
||||
convertTo: 'base64'
|
||||
},
|
||||
placeholder: 'Enter URL or upload file'
|
||||
placeholder: 'Enter URL or upload file (base64)'
|
||||
},
|
||||
filename: {
|
||||
type: 'static',
|
||||
@@ -2727,7 +2727,7 @@ This is a paragraph.
|
||||
accept: 'application/pdf',
|
||||
convertTo: 'base64'
|
||||
},
|
||||
placeholder: 'Enter URL or upload file'
|
||||
placeholder: 'Enter URL or upload file (base64)'
|
||||
},
|
||||
zoom: {
|
||||
fieldType: 'number',
|
||||
|
||||
Reference in New Issue
Block a user