Skip to content
This repository was archived by the owner on Oct 20, 2025. It is now read-only.

Commit 0b5b70b

Browse files
committed
Update Form.php
1 parent 9adae67 commit 0b5b70b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/Form.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ public function formData(): array
394394
public function render()
395395
{
396396
return view('splade::functional.form', [
397-
'escapeValidationMessages' => config('splade.blade.escape_validation_messages'),
397+
'escapeValidationMessages' => config('splade.blade.escape_validation_messages', true),
398398
]);
399399
}
400400
}

0 commit comments

Comments
 (0)