SpeciesFileGroup/taxonworks

View on GitHub
app/javascript/vue/tasks/dwca_import/store/mutations/setCurrentRowIndex.js

Summary

Maintainability
A
0 mins
Test Coverage
export default (state, value) => {
  state.currentRowIndex = value
}