diff --git a/demo/app/Sharp/Posts/PostForm.php b/demo/app/Sharp/Posts/PostForm.php index 547de697b..bd0c6538f 100644 --- a/demo/app/Sharp/Posts/PostForm.php +++ b/demo/app/Sharp/Posts/PostForm.php @@ -193,9 +193,9 @@ public function buildFormLayout(FormLayout $formLayout): void public function buildFormConfig(): void { - $this->configureDisplayShowPageAfterCreation(); - // TODO handle configureEditTitle('Edit post') - // TODO handle configureCreateTitle('New post') + $this->configureDisplayShowPageAfterCreation() + ->configureEditTitle('Edit post') + ->configureCreateTitle('New post'); } public function find($id): array diff --git a/resources/js/Pages/EntityList/EntityList.vue b/resources/js/Pages/EntityList/EntityList.vue index f90ebcec0..d815fb42f 100644 --- a/resources/js/Pages/EntityList/EntityList.vue +++ b/resources/js/Pages/EntityList/EntityList.vue @@ -89,7 +89,7 @@ > diff --git a/resources/js/Pages/Form/Form.vue b/resources/js/Pages/Form/Form.vue index 1b822b1bf..2c5f37eee 100644 --- a/resources/js/Pages/Form/Form.vue +++ b/resources/js/Pages/Form/Form.vue @@ -72,7 +72,7 @@ @submit="submit" >