1
0
Fork 0
mirror of synced 2024-09-12 23:43:09 +12:00

Switching to a more obvious joining character.

This commit is contained in:
mike12345567 2024-05-09 16:56:51 +01:00
parent 54f70886e3
commit cf440cc39d

View file

@ -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) {