Skip to content

Commit 9236a3d

Browse files
Small fix
1 parent ef3a5ec commit 9236a3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/resources/views/crud/fields/password.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<input
1414
type="password"
1515
name="{{ $field['name'] }}"
16-
value="{{ old_empty_or_null($field['name'], '') ?? $field['value'] ?? $field['default'] ?? '' }}"
16+
value="{{ $field['value'] ?? $field['default'] ?? '' }}"
1717
@include('crud::fields.inc.attributes')
1818
>
1919

0 commit comments

Comments
 (0)