Skip to content

Commit

Permalink
feat: add separator back
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagodallacqua-hpe committed Oct 31, 2024
1 parent a6a84f5 commit 5421b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webui/react/src/utils/flatRun.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 => {
Expand Down

0 comments on commit 5421b9b

Please sign in to comment.