Skip to content

Commit c8fc36d

Browse files
committed
UP
1 parent 1f57759 commit c8fc36d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Livewire/KanbanBoard.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,8 @@ public function openEditForm(string|int $recordId, string|int $columnId): void
362362
*/
363363
public function createRecord(): void
364364
{
365-
// Use the combined recordData for creating the record
366-
$data = $this->recordData;
365+
// Use form state to get data with validation applied
366+
$data = $this->createRecordForm->getState();
367367

368368
// Ensure column field is set
369369
$columnField = $this->config->getColumnField();

0 commit comments

Comments
 (0)