mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-08 16:50:44 +02:00
Merge pull request #14832 from overleaf/jel-alert
[web] Remove unused class for new alerts GitOrigin-RevId: 3b9789d64155c06e633e7f010287d4166da25e98
This commit is contained in:
@@ -57,7 +57,6 @@ function Notification({
|
||||
const notificationClassName = classNames(
|
||||
'notification',
|
||||
`notification-type-${type}`,
|
||||
isDismissible ? 'notification-dismissible' : '',
|
||||
isActionBelowContent ? 'notification-cta-below-content' : ''
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user