Skip to content

Commit

Permalink
Fixed type
Browse files Browse the repository at this point in the history
  • Loading branch information
Andreas Scheibel committed Nov 12, 2022
1 parent 9c6547b commit 59aba6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Forms/Components/TitleWithSlugInput.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ function (
Closure $get,
string $context,
?Model $record,
Component $component
TextInput $component
) use (
$slugSlugifier,
$fieldSlug,
Expand Down Expand Up @@ -142,7 +142,7 @@ function (
$state,
Closure $set,
Closure $get,
Component $component
TextInput $component
) use (
$slugSlugifier,
$fieldTitle,
Expand Down

0 comments on commit 59aba6b

Please sign in to comment.