Improve compile error handling.

This commit is contained in:
muzam1l
2022-07-13 16:50:47 +05:30
parent fc461ddd0d
commit c26c7c13d1
4 changed files with 30 additions and 13 deletions

View File

@@ -38,6 +38,7 @@ const DeployEditor = () => {
const isContentChanged =
activeFile && activeFile.compiledValueSnapshot !== activeFile.content;
// const hasDeployErros = activeFile && activeFile.containsErrors;
const CompiledStatView = activeFile && (
<Flex