Skip to content

Commit

Permalink
fix: remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
aldinokemal committed Mar 13, 2024
1 parent 8fabade commit a62bbb8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/views/components/SendFile.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export default {
</div>
<div class="field" style="padding-bottom: 30px">
<label>File</label>
<input type="file" style="display: none" @change="handleFileSelected" id="file_file">
<input type="file" style="display: none" id="file_file">
<label for="file_file" class="ui positive medium green left floated button" style="color: white">
<i class="ui upload icon"></i>
Upload file
Expand Down
3 changes: 1 addition & 2 deletions src/views/components/SendImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,7 @@ export default {
</div>
<div class="field" style="padding-bottom: 30px">
<label>Image</label>
<input type="file" style="display: none" id="file_image"
accept="image/png,image/jpg,image/jpeg"/>
<input type="file" style="display: none" id="file_image" accept="image/png,image/jpg,image/jpeg"/>
<label for="file_image" class="ui positive medium green left floated button" style="color: white">
<i class="ui upload icon"></i>
Upload image
Expand Down

0 comments on commit a62bbb8

Please sign in to comment.