Skip to content

Commit

Permalink
Cleanup publish form (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
vluijkx authored Jan 23, 2024
1 parent 5799203 commit 848d1d8
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions resources/js/components/Publish/PublishForm.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand All @@ -116,7 +109,6 @@ export default {
values: this.initialValues,
meta: this.initialMeta,
preferencesPrefix: `redirect.redirect`,
errors: {},
saving: false,
containerWidth: null,
Expand Down

0 comments on commit 848d1d8

Please sign in to comment.