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 f7d8ef4 commit f838882Copy full SHA for f838882
src/Resources/TagResource.php
@@ -73,7 +73,7 @@ public static function form(Form $form): Form
73
->required()
74
->default(function (Select $component) {
75
return $component->getRelationship()?->getModel()->query()
76
- ->where('is_default_status', true)->first()->id ?? null;
+ ->where('is_default_type', true)->first()->id ?? null;
77
}),
78
]),
79
]);
0 commit comments