Skip to content

Commit 04c6228

Browse files
ManukMinasyangithub-actions[bot]
authored andcommitted
Fix styling
1 parent 59b45c4 commit 04c6228

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Board.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ protected function registerCardActionInstance(\Filament\Actions\Action $action,
8383
'action_name' => $action->getName(),
8484
'record_id' => is_array($record) ? ($record['id'] ?? 'unknown') : $record->getKey(),
8585
]);
86-
86+
8787
$this->registeredCardActions[$action->getName()] = $action;
8888
}
8989

src/Livewire/KanbanBoard.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -597,7 +597,6 @@ public function getDefaultActionRecord(\Filament\Actions\Action $action): ?\Illu
597597
return $record;
598598
}
599599

600-
601600
/**
602601
* Render the component.
603602
*/

0 commit comments

Comments
 (0)