We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1a141a7 + 429729f commit f7a83b6Copy full SHA for f7a83b6
src/Resources/PageResource.php
@@ -174,7 +174,7 @@ public static function table(Table $table): Table
174
EditAction::make(),
175
Action::make('visit')
176
->label(__('filament-fabricator::page-resource.actions.visit'))
177
- ->url(fn (?PageContract $record) => FilamentFabricator::getPageUrlFromId($record->id, true) ?: null)
+ ->url(fn (?PageContract $record) => FilamentFabricator::getPageUrlFromId($record->id) ?: null)
178
->icon('heroicon-o-arrow-top-right-on-square')
179
->openUrlInNewTab()
180
->color('success')
0 commit comments