parent
d8f6eaebdc
commit
09eea0571f
|
@ -19,7 +19,7 @@ function createMapStateToProps() {
|
||||||
|
|
||||||
function createMapDispatchToProps(dispatch, props) {
|
function createMapDispatchToProps(dispatch, props) {
|
||||||
return {
|
return {
|
||||||
setDeleteOption(option) {
|
onDeleteOptionChange(option) {
|
||||||
dispatch(
|
dispatch(
|
||||||
setDeleteOption({
|
setDeleteOption({
|
||||||
[option.name]: option.value
|
[option.name]: option.value
|
||||||
|
@ -27,7 +27,7 @@ function createMapDispatchToProps(dispatch, props) {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
||||||
onDeleteSelectedPress(deleteFiles, addImportListExclusion) {
|
onDeletePress(deleteFiles, addImportListExclusion) {
|
||||||
dispatch(
|
dispatch(
|
||||||
deleteSeries({
|
deleteSeries({
|
||||||
id: props.seriesId,
|
id: props.seriesId,
|
||||||
|
|
Loading…
Reference in New Issue