Skip to content

Commit 163ddc8

Browse files
committed
Check for value override
Signed-off-by: snipe <[email protected]>
1 parent c73dba4 commit 163ddc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/modals/user.blade.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,10 @@
4242
@include ('partials.forms.edit.location-profile-select', ['translated_name' => trans('general.location'), 'fieldname' => 'location_id'])
4343
</div>
4444
<div class="dynamic-form-row">
45-
@include('partials.forms.edit.name-first', [ 'required' => 'true', 'class' => 'col-md-8 col-xs-12-pull', 'style' => 'width:67%;'])
45+
@include('partials.forms.edit.name-first', ['value' => '', 'required' => 'true', 'class' => 'col-md-8 col-xs-12-pull', 'style' => 'width:67%;'])
4646
</div>
4747
<div class="dynamic-form-row">
48-
@include('partials.forms.edit.name-last', ['required' => 'true', 'class' => 'col-md-8 col-xs-12-pull', 'style' => 'width:67%;'])
48+
@include('partials.forms.edit.name-last', ['value' => '', 'required' => 'true', 'class' => 'col-md-8 col-xs-12-pull', 'style' => 'width:67%;'])
4949
</div>
5050
<div class="dynamic-form-row">
5151
@include('partials.forms.edit.email')

0 commit comments

Comments
 (0)