Skip to content

Commit

Permalink
Merge branch 'kongulov:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
maul75 authored Dec 18, 2024
2 parents 3bca5cc + 412d60f commit aa9b7c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Http/Controllers/FieldPreviewController.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ public function invoke(NovaRequest $request)
return isset($field->attribute) &&
$field->attribute == $request->field;
});
if($field) break;
}

if (!$field) abort(404);
Expand Down

0 comments on commit aa9b7c3

Please sign in to comment.