Skip to content

Commit

Permalink
fix prefilled link for tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 10, 2024
1 parent 367add2 commit d129ca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Filament/Resources/FormResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public static function getActions(): array
->icon('heroicon-o-link')
->tooltip(__('Get Prefilled Link'))
->visible(class_exists(\LaraZeus\BoltPro\BoltProServiceProvider::class))
->url(fn (ZeusForm $record): string => FormResource::getUrl('prefilled', [$record])),
->url(fn (ZeusForm $record): string => FormResource::getUrl('prefilled', ['record' => $record])),
ReplicateFormAction::make(),
DeleteAction::make(),
ForceDeleteAction::make(),
Expand Down

0 comments on commit d129ca1

Please sign in to comment.