Skip to content

Commit 14be43c

Browse files
stengithub-actions[bot]
authored andcommitted
Fix styling
1 parent 0313e8a commit 14be43c

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)