mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-20 15:15:34 +00:00
Fix "autocompile disabled" error in PDF preview (#21876)
GitOrigin-RevId: 3a7360b5d38614acf20353bd9bcdce8558472289
This commit is contained in:
parent
2be894c18a
commit
79164f90d7
2 changed files with 2 additions and 1 deletions
|
@ -136,7 +136,7 @@ function PdfPreviewError({ error }) {
|
|||
</ErrorLogEntry>
|
||||
)
|
||||
|
||||
case 'auto-compile-disabled':
|
||||
case 'autocompile-disabled':
|
||||
return (
|
||||
<ErrorLogEntry title={t('autocompile_disabled')}>
|
||||
{t('autocompile_disabled_reason')}
|
||||
|
|
|
@ -244,6 +244,7 @@ export const CompileError = () => {
|
|||
left: 10,
|
||||
background: 'white',
|
||||
padding: 10,
|
||||
zIndex: 100,
|
||||
}}
|
||||
>
|
||||
<label>
|
||||
|
|
Loading…
Add table
Reference in a new issue