rm unused onConfirm prop state

This commit is contained in:
Nancy Butler 2021-04-15 05:32:07 -07:00
parent 4cf0f8cb32
commit db569d29e4
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ export const state = function() {
toRemove: [], toRemove: [],
toAssign: [], toAssign: [],
toUpdate: [], toUpdate: [],
onConfirm: null
}; };
}; };