From a6a84f550b907ddf3860f880968f395c55fc93c0 Mon Sep 17 00:00:00 2001 From: Thiago Dallacqua Date: Thu, 24 Oct 2024 13:48:59 -0300 Subject: [PATCH] rebased --- webui/react/src/utils/flatRun.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/webui/react/src/utils/flatRun.ts b/webui/react/src/utils/flatRun.ts index 0f127972e97..c26f772af9e 100644 --- a/webui/react/src/utils/flatRun.ts +++ b/webui/react/src/utils/flatRun.ts @@ -123,8 +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; // TODO: unify after merging PR 10052 +export const METADATA_SEPARATOR = '\u241F' as const; export const formatColumnKey = (col: ProjectColumn, required = false): string => { if (required || col.location === V1LocationType.RUNMETADATA)