Skip to content

Commit

Permalink
fix routing issue
Browse files Browse the repository at this point in the history
  • Loading branch information
kiiskila-bcgov committed Oct 1, 2024
1 parent 3e526be commit 1ee738a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Filament/Forms/Resources/FormVersionResource.php
Original file line number Diff line number Diff line change
Expand Up @@ -240,6 +240,7 @@ public static function getPages(): array

if (Gate::allows('form-developer')) {
$pages['edit'] = Pages\EditFormVersion::route('/{record}/edit');
$pages['create'] = Pages\CreateFormVersion::route('/{record}/create');
}

return $pages;
Expand Down

0 comments on commit 1ee738a

Please sign in to comment.