Skip to content

Commit c3c895c

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 7b7652c + 14be43c commit c3c895c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Filament/Form/Forms/MenuItemForm.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ protected static function getLinkableField(): Select
164164
// When linkable_id changes, automatically set linkable_type
165165
$linkType = $get(static::FIELD_LINK_TYPE);
166166
$type = static::getTypeByAlias($linkType);
167-
167+
168168
if ($type && $type->isModelType() && $state) {
169169
$set(static::FIELD_LINKABLE_TYPE, $type->getModel());
170170
}

0 commit comments

Comments
 (0)