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 c311b92 commit b82d133Copy full SHA for b82d133
packages/core/src/Entities/BaseResource.php
@@ -201,5 +201,4 @@ public static function getRestoreAction(): Action
201
->action(fn ($record) => $record->restore())
202
->visible(fn ($livewire, $record): bool => $record && $record->trashed());
203
}
204
-
205
packages/draft/src/Moox/Entities/Drafts/Draft/DraftResource.php
@@ -64,7 +64,6 @@ public static function getNavigationGroup(): ?string
64
return config('draft.navigation_group');
65
66
67
68
public static function form(Form $form): Form
69
{
70
$taxonomyFields = static::getTaxonomyFields();
0 commit comments