Skip to content

Commit 82af6db

Browse files
Merge pull request #1047 from ibi-group/fix-gtfs-plus-delete
Fix GTFS+ row delete
2 parents 4b9e333 + 0c8c9e0 commit 82af6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/gtfsplus/containers/ActiveGtfsPlusEditor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ const mapStateToProps = (state: AppState, ownProps: Props) => {
5858

5959
const mapDispatchToProps = {
6060
addGtfsPlusRow: gtfsPlusEditorActions.addGtfsPlusRow,
61-
deleteGtfsPlusRow: gtfsPlusEditorActions.deleteGtfsPlusFeed,
61+
deleteGtfsPlusRow: gtfsPlusEditorActions.deleteGtfsPlusRow,
6262
downloadGtfsPlusFeed: gtfsPlusEditorActions.downloadGtfsPlusFeed,
6363
fetchFeedSourceAndProject: feedActions.fetchFeedSourceAndProject,
6464
loadGtfsEntities: gtfsPlusEditorActions.loadGtfsEntities,

0 commit comments

Comments
 (0)