Skip to content

Commit 82a1c65

Browse files
Added color for the new ac type
1 parent e07520a commit 82a1c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/util/components/projects/projectId/settings/data-schema-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ export function getColorForDataType(dataType): string {
5555
case DataTypeEnum.FLOAT: return 'purple';
5656
case DataTypeEnum.EMBEDDING_LIST: return 'rose';
5757
case DataTypeEnum.LLM_RESPONSE: return 'emerald';
58+
case DataTypeEnum.TEXT_LIST: return 'blue';
5859
default: return 'gray';
5960
}
6061
}

0 commit comments

Comments
 (0)