Skip to content

Commit b91f93f

Browse files
committed
fix fileid
1 parent 6ceaa16 commit b91f93f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • OpenFlowNodeRED/src/nodered/nodes

OpenFlowNodeRED/src/nodered/nodes/api.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1443,8 +1443,8 @@
14431443
<script type="text/x-red" data-template-name="api download file">
14441444
<div class="form-row">
14451445
<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">
1446+
<input type="hidden" id="node-input-fileidtype">
1447+
<input style="width:70%" type="text" id="node-input-fileid" placeholder="Get by database id of file">
14481448
</div>
14491449
<div class="form-row">
14501450
<label><i class="fa fa-tag"></i> Filename</label>

0 commit comments

Comments
 (0)