Skip to content

Commit

Permalink
rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodallacqua-hpe committed Oct 31, 2024
1 parent 9529b4b commit a6a84f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webui/react/src/utils/flatRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a6a84f5

Please sign in to comment.