We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0313e8a commit 14be43cCopy full SHA for 14be43c
src/Filament/Form/Forms/MenuItemForm.php
@@ -164,7 +164,7 @@ protected static function getLinkableField(): Select
164
// When linkable_id changes, automatically set linkable_type
165
$linkType = $get(static::FIELD_LINK_TYPE);
166
$type = static::getTypeByAlias($linkType);
167
-
+
168
if ($type && $type->isModelType() && $state) {
169
$set(static::FIELD_LINKABLE_TYPE, $type->getModel());
170
}
0 commit comments