From 377ec1a416abdd789fe363c5afac0e2954d40028 Mon Sep 17 00:00:00 2001 From: Ryan Mitchell Date: Sat, 11 Nov 2023 14:52:48 +0000 Subject: [PATCH] [4.x] Fix for edit form page saying edit collection (#8967) Fix for edit form page saying edit collection --- resources/js/components/collections/EditForm.vue | 3 ++- resources/views/forms/edit.blade.php | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/resources/js/components/collections/EditForm.vue b/resources/js/components/collections/EditForm.vue index fe231fc7ce..0f76eaeab8 100644 --- a/resources/js/components/collections/EditForm.vue +++ b/resources/js/components/collections/EditForm.vue @@ -15,7 +15,7 @@
-

+

@@ -33,6 +33,7 @@ export default { props: { blueprint: Object, + editTitle: String, initialValues: Object, meta: Object, url: String diff --git a/resources/views/forms/edit.blade.php b/resources/views/forms/edit.blade.php index faf158b740..f063be49f6 100644 --- a/resources/views/forms/edit.blade.php +++ b/resources/views/forms/edit.blade.php @@ -5,6 +5,7 @@