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.
2 parents 48811d1 + 07a8e09 commit 752ef76Copy full SHA for 752ef76
1 file changed
src/QuickCreatePlugin.php
@@ -68,7 +68,6 @@ public static function make(): static
68
69
public function boot(Panel $panel): void
70
{
71
- Livewire::component('quick-create-menu', Components\QuickCreateMenu::class);
72
$this->getResourcesUsing(fn (): array => $panel->getResources());
73
}
74
@@ -175,6 +174,8 @@ public function isRounded(): bool
175
174
176
public function register(Panel $panel): void
177
+ Livewire::component('quick-create-menu', Components\QuickCreateMenu::class);
178
+
179
$panel
180
->renderHook(
181
name: $this->getRenderHook(),
0 commit comments