mirror of
https://github.com/grokability/snipe-it.git
synced 2026-03-12 17:52:00 +08:00
Prevent browser errors since input field is display none
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
</div> <!-- /.modal-body-->
|
||||
<div class="modal-footer">
|
||||
<a href="#" class="pull-left" data-dismiss="modal">{{ trans('button.cancel') }}</a>
|
||||
<button type="submit" class="btn btn-theme">{{ trans('button.upload') }}</button>
|
||||
<button type="button" class="btn btn-theme" formnovalidate>{{ trans('button.upload') }}</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user