From 57afeb17698c54663dbdedaea3620321df9f9055 Mon Sep 17 00:00:00 2001 From: Thiago Dallacqua Date: Thu, 24 Oct 2024 16:18:14 -0300 Subject: [PATCH] feat: add separator back --- webui/react/src/utils/flatRun.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/webui/react/src/utils/flatRun.ts b/webui/react/src/utils/flatRun.ts index c26f772af9e..34a85f677b4 100644 --- a/webui/react/src/utils/flatRun.ts +++ b/webui/react/src/utils/flatRun.ts @@ -123,6 +123,7 @@ export const removeColumnTypePrefix = (columnName: V1ColumnType): string => { }; /// we want to use special characters as "separators" to prevent user input to match with such when creating the arbitrary metadata +export const COLUMN_SEPARATOR = '␟'; export const METADATA_SEPARATOR = '\u241F' as const; export const formatColumnKey = (col: ProjectColumn, required = false): string => {