We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faa79d2 commit d6d0dcdCopy full SHA for d6d0dcd
lib/editor/util/gtfs.js
@@ -102,6 +102,7 @@ export function generateNullProps (component: string): any {
102
.forEach(fieldName => { props[fieldName] = null })
103
if (component === 'fare') {
104
props.fare_rules = []
105
+ props.transfers = ''
106
} else if (component === 'calendar') {
107
// FIXME: Need to set days of week manually (null values result in failed
108
// write operation).
0 commit comments