diff --git a/src/dispatch/static/dispatch/src/events/ReportSubmissionCard.vue b/src/dispatch/static/dispatch/src/events/ReportSubmissionCard.vue index 791bb416c79c..c2482103d962 100644 --- a/src/dispatch/static/dispatch/src/events/ReportSubmissionCard.vue +++ b/src/dispatch/static/dispatch/src/events/ReportSubmissionCard.vue @@ -99,7 +99,6 @@ export default { "selected.title", "selected.tags", "selected.description", - "selected.visibility", "selected.storage", "selected.documents", "selected.loading", @@ -214,9 +213,6 @@ export default { this.case_priority = response.data.items[0] } }) - - // Set other defaults - this.visibility = "Open" }, fetchData() {