Skip to content

Commit

Permalink
Fixes bug in document creation (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvilanova authored May 12, 2021
1 parent b4b9091 commit b1b678f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dispatch/static/dispatch/src/document/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const getDefaultSelectedState = () => {
weblink: null,
description: null,
id: null,
filters: null,
filters: [],
project: null,
evergreen: null,
evergreen_owner: null,
Expand Down

0 comments on commit b1b678f

Please sign in to comment.