Skip to content

Commit

Permalink
input type change to file
Browse files Browse the repository at this point in the history
  • Loading branch information
omprakashgupta1995 committed Sep 16, 2024
1 parent cf3a9f7 commit 65349c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/update-sheet/update-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function update_sheet(_block) {
</select>
</div>
<div class='input-field'>
<input type="text" placeholder="Enter">
<input type="file" placeholder="Enter">
</div>
<button class='submit-btn'>Submit</button>
</div>`
Expand Down

0 comments on commit 65349c8

Please sign in to comment.