Pārlūkot izejas kodu

Fix codeblock import (#1337)

Nikhil Rao 1 gadu atpakaļ
vecāks
revīzija
bb6be16963
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      reflex/components/datadisplay/code.py

+ 0 - 2
reflex/components/datadisplay/code.py

@@ -44,8 +44,6 @@ class CodeBlock(Component):
     # Props passed down to the code tag.
     code_tag_props: Var[Dict[str, str]]
 
-    is_default = True
-
     def _get_imports(self) -> imports.ImportDict:
         merged_imports = super()._get_imports()
         if self.theme is not None: