Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit d7d9d9c

Browse files
authored
fix(ui): default incident project should be null (#5626)
1 parent de78894 commit d7d9d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch/static/dispatch/src/case/type/NewEditSheet.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ export default {
185185
data() {
186186
return {
187187
visibilities: ["Open", "Restricted"],
188-
incidentProject: {},
188+
incidentProject: null,
189189
}
190190
},
191191

0 commit comments

Comments
 (0)