Skip to content

Commit

Permalink
Merge branch '1.x' into fix/make-product-columns-searchable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmitchell authored Oct 28, 2024
2 parents 1f2e961 + 5266054 commit c147cf5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ protected function getDefaultHeaderActions(): array
static::createActionFormInputs()
)->using(
fn (array $data, string $model) => static::createRecord($data, $model)
)->successRedirectUrl(fn (Model $record): string => route('filament.lunar.resources.products.edit', [
)->successRedirectUrl(fn (Model $record): string => ProductResource::getUrl('edit', [
'record' => $record,
])),
];
Expand Down

0 comments on commit c147cf5

Please sign in to comment.