Fix "autocompile disabled" error in PDF preview (#21876)
GitOrigin-RevId: 3a7360b5d38614acf20353bd9bcdce8558472289
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user