We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ceaa16 commit b91f93fCopy full SHA for b91f93f
1 file changed
OpenFlowNodeRED/src/nodered/nodes/api.html
@@ -1443,8 +1443,8 @@
1443
<script type="text/x-red" data-template-name="api download file">
1444
<div class="form-row">
1445
<label><i class="fa fa-tag"></i> fileid</label>
1446
- <input type="hidden" id="node-input-vfileidtype">
1447
- <input style="width:70%" type="text" id="node-input-vfileid" placeholder="Get by database id of file">
+ <input type="hidden" id="node-input-fileidtype">
+ <input style="width:70%" type="text" id="node-input-fileid" placeholder="Get by database id of file">
1448
</div>
1449
1450
<label><i class="fa fa-tag"></i> Filename</label>
0 commit comments