Skip to content

Commit

Permalink
Make sure editor notes is set
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarvarela committed Sep 20, 2024
1 parent 140b47f commit c6abde2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/gatsby-site/src/pages/incidents/new.js
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ function NewIncidentPage() {
editors: editors.map((editor) => editor.userId),
});
} else {
setInitialValues({ editors: [] });
setInitialValues({ editors: [], editor_notes: '' });
}
}
}, [incidentToCloneData]);
Expand Down

0 comments on commit c6abde2

Please sign in to comment.