mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-27 02:51:57 +02:00
Merge pull request #28492 from overleaf/mj-ai-assist-old-logs-colors
[web] Fix AI assist colours in old logs in new editor GitOrigin-RevId: 962f5bc4c39265c19d129ee9477a0e22e6d51fb0
This commit is contained in:
committed by
Copybot
parent
614ddca656
commit
e1d9522759
@@ -74,7 +74,7 @@ function ErrorLogs({
|
||||
{logsComponents.map(({ import: { default: Component }, path }) => (
|
||||
<Component key={path} />
|
||||
))}
|
||||
<TabContent className="error-logs">
|
||||
<TabContent className="error-logs new-error-logs">
|
||||
<div className="logs-pane-content">
|
||||
{stoppedOnFirstError && includeErrors && <StopOnFirstErrorPrompt />}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user