From 848d1d85ee4bf14fadf07895c5173018e04fea12 Mon Sep 17 00:00:00 2001 From: Vic Luijkx Date: Tue, 23 Jan 2024 16:05:50 +0100 Subject: [PATCH] Cleanup publish form (#165) --- resources/js/components/Publish/PublishForm.vue | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/resources/js/components/Publish/PublishForm.vue b/resources/js/components/Publish/PublishForm.vue index 52a2080..22f3cff 100644 --- a/resources/js/components/Publish/PublishForm.vue +++ b/resources/js/components/Publish/PublishForm.vue @@ -97,16 +97,9 @@ export default { title: { type: String, required: true }, method: { type: String, default: 'post' }, isCreating: { type: Boolean, default: false }, - isInline: { - type: Boolean, - default: false, - }, + isInline: { type: Boolean, default: false }, publishContainer: { type: String, default: 'base' }, readOnly: Boolean, - resource: { - type: Object, - required: true, - }, createAnotherUrl: String, listingUrl: String, }, @@ -116,7 +109,6 @@ export default { values: this.initialValues, meta: this.initialMeta, preferencesPrefix: `redirect.redirect`, - errors: {}, saving: false, containerWidth: null,