changing 2k file limit notification to a warning (#28711)

GitOrigin-RevId: 548a00ba18a48707f65e2d519045ea1408f02760
This commit is contained in:
Jimmy Domagala-Tang
2025-10-14 13:48:36 -04:00
committed by Copybot
parent 173a5b7699
commit 596977adfc

View File

@@ -192,7 +192,7 @@ function CommonNotification({ notification }: CommonNotificationProps) {
/>
) : templateKey === 'notification_tpds_file_limit' ? (
<Notification
type="error"
type="warning"
onDismiss={() => id && handleDismiss(id)}
title={`${notification?.messageOpts?.projectName || 'A project'} exceeds the 2000 file limit`}
content={