SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/observation_matrices/matrix_column_coder/store/mutations/countdownStartedFor.js

Summary

Maintainability
A
45 mins
Test Coverage
export default function (state, { rowObjectId, rowObjectType }) {
  state.rowObjects.find(r => r.id === rowObjectId && r.type === rowObjectType).needsCountdown = false
}