Skip to content

Commit

Permalink
fix(ui): default incident project should be null (#5626)
Browse files Browse the repository at this point in the history
  • Loading branch information
whitdog47 authored Dec 18, 2024
1 parent de78894 commit d7d9d9c
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 d7d9d9c

Please sign in to comment.