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 84583ce commit 3d20a9aCopy full SHA for 3d20a9a
lib/editor/components/StopAreasSelector.js
@@ -34,7 +34,7 @@ const StopAreasSelector = ({ currentValue, areas, processFieldChange, stops }: P
34
35
// Filter out the entityId and join remaining items with ';'
36
const filtered = currentValue.filter(id => id !== entityId)
37
- const newValue = filtered.length > 1 ? filtered.join(';') : (filtered[0] || '')
+ const newValue = filtered.length > 1 ? filtered.join('§') : (filtered[0] || '')
38
processFieldChange(newValue)
39
}
40
0 commit comments