Skip to content

Commit

Permalink
fix(ui): default incident project should be null
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 committed Dec 18, 2024
1 parent 63f6bee commit 2fccff9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ export default {
data() {
return {
visibilities: ["Open", "Restricted"],
incidentProject: {},
incidentProject: null,
}
},
Expand Down

0 comments on commit 2fccff9

Please sign in to comment.