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 f2ed99e commit 40da147Copy full SHA for 40da147
src/Filament/Resources/Schedules/RelationManagers/ComponentsRelationManager.php
@@ -54,6 +54,7 @@ public function table(Table $table): Table
54
->mutateFormDataUsing(function (array $data): array {
55
// Set a default component_status value (Operational)
56
$data['component_status'] = ComponentStatusEnum::operational->value;
57
+
58
return $data;
59
}),
60
])
0 commit comments