We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4042f7 commit 279b547Copy full SHA for 279b547
src/LiveComponent/tests/Functional/Form/ComponentWithFormTest.php
@@ -298,7 +298,7 @@ public function testResetForm(): void
298
->post('/_components/form_with_many_different_fields_type/submitAndResetForm', [
299
'body' => json_encode([
300
'props' => $dehydratedProps,
301
- 'updated' => ['form.textarea' => 'short']
+ 'updated' => ['form.textarea' => 'short'],
302
]),
303
'headers' => ['X-CSRF-TOKEN' => $token],
304
])
0 commit comments