mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
changing 2k file limit notification to a warning (#28711)
GitOrigin-RevId: 548a00ba18a48707f65e2d519045ea1408f02760
This commit is contained in:
committed by
Copybot
parent
173a5b7699
commit
596977adfc
@@ -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={
|
||||
|
||||
Reference in New Issue
Block a user