Commit 03b15a5522b8e9d1af71798af81cc5ab265aa2b2

Authored by Fedor
1 parent 97498a6911
Exists in master

task-132985 minor fixes

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

resources/views/modals/send_worker.blade.php
... ... @@ -27,7 +27,7 @@
27 27 <div class="modal__form-item">
28 28 <div class="file">
29 29 <label class="file__input">
30   - <input type="file" name="file" id="btn_send_file">
  30 + <input type="file" name="file" id="btn_send_file" accept=".pdf, .xls, .xlsx">
31 31 <span class="button button_light">
32 32 <svg>
33 33 <use xlink:href="{{ asset('images/sprite.svg#share') }}"></use>