Skip to content

Commit

Permalink
Create another from create page
Browse files Browse the repository at this point in the history
  • Loading branch information
a21ns1g4ts authored Sep 29, 2024
1 parent aa0051a commit 7d5840d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Components/QuickCreateMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,8 @@ public function getActions(): array
}

$action->success();
});
})
->createAnother($r->getPages()['create']->getPage()::canCreateAnother());
})
->values()
->toArray();
Expand Down

0 comments on commit 7d5840d

Please sign in to comment.