Skip to content

Initialize a Diffs app state property `hasConflicts`

Thomas Randolph requested to merge tor/defect/uninitialized-state-property into master

What does this MR do?

When we use properties of the state object, we should initialize them, too.

Uninitialized properties have strange behaviors - especially in unit tests - but may also not get reactive bindings in Vuex.

This MR initializes a property that we use, but have never initialized.

Screenshots (strongly suggested)

N/A, all backstage.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Merge request reports