From daec39a43322396f441b0707e61e6a683dde6a92 Mon Sep 17 00:00:00 2001 From: David Whittaker <84562015+whitdog47@users.noreply.github.com> Date: Fri, 22 Nov 2024 12:29:17 -0800 Subject: [PATCH] Update src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue Co-authored-by: Offiong Aniekanabasi Signed-off-by: David Whittaker <84562015+whitdog47@users.noreply.github.com> --- src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue b/src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue index e3a957b75f1c..b4c9fdeeb12e 100644 --- a/src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue +++ b/src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue @@ -221,7 +221,6 @@ export default { }, created() { if (this.$route.query.project) { - this.project = { name: this.$route.query.project } ProjectApi.getAll({ q: this.$route.query.project }).then((response) => { this.incidentProject = response.data.items[0] this.project = response.data.items[0]