diff --git a/src/dispatch/static/dispatch/src/document/store.js b/src/dispatch/static/dispatch/src/document/store.js index 78549a006b6e..d57f5e1937f6 100644 --- a/src/dispatch/static/dispatch/src/document/store.js +++ b/src/dispatch/static/dispatch/src/document/store.js @@ -12,7 +12,7 @@ const getDefaultSelectedState = () => { weblink: null, description: null, id: null, - filters: null, + filters: [], project: null, evergreen: null, evergreen_owner: null,