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 d5c7ddc + 5da6a27 commit ff0c421Copy full SHA for ff0c421
src/Components/QuickCreateMenu.php
@@ -82,6 +82,8 @@ public function getActions(): array
82
$canCreateAnother = QuickCreatePlugin::get()->canCreateAnother();
83
84
if ($canCreateAnother === null) {
85
+ $canCreateAnother = true;
86
+
87
if ($r->hasPage('create')) {
88
$canCreateAnother = App::make($r->getPages()['create']->getPage())::canCreateAnother();
89
} else {
0 commit comments