diff --git a/src/components/projects/projectId/settings/embeddings/AddNewEmbeddingModal.tsx b/src/components/projects/projectId/settings/embeddings/AddNewEmbeddingModal.tsx index a109da65..57387490 100644 --- a/src/components/projects/projectId/settings/embeddings/AddNewEmbeddingModal.tsx +++ b/src/components/projects/projectId/settings/embeddings/AddNewEmbeddingModal.tsx @@ -301,7 +301,7 @@ export default function AddNewEmbeddingModal() { Model - + } {platform && (platform.name == platformNamesDict[PlatformType.OPEN_AI] || platform.name == platformNamesDict[PlatformType.AZURE] || platform.name == platformNamesDict[PlatformType.PRIVATEMODE_AI]) &&
diff --git a/src/components/shared/notification-center/NotificationData.tsx b/src/components/shared/notification-center/NotificationData.tsx index 332734f9..b2c20fc8 100644 --- a/src/components/shared/notification-center/NotificationData.tsx +++ b/src/components/shared/notification-center/NotificationData.tsx @@ -27,7 +27,7 @@ export default function NotificationData(props: NotificationDataProps) { return (

- {props.notification[0].title} + {props.notification[0].title} ({props.notification[0].date} {props.notification[0].projectId &&  in