Switching to a more obvious joining character.
This commit is contained in:
parent
54f70886e3
commit
cf440cc39d
|
@ -1,6 +1,8 @@
|
|||
import { TypeIconMap } from "../../../constants"
|
||||
|
||||
const JOINING_CHARACTER = "——"
|
||||
// we can't use "-" for joining the ID/field, as this can be present in the ID or column name
|
||||
// using something very unusual to avoid this problem
|
||||
const JOINING_CHARACTER = "‽‽"
|
||||
|
||||
export const splitRowId = rowId => {
|
||||
if (!rowId) {
|
||||
|
|
Loading…
Reference in New Issue