瀏覽代碼

Fix codeblock import (#1337)

Nikhil Rao 1 年之前
父節點
當前提交
bb6be16963
共有 1 個文件被更改,包括 0 次插入2 次删除
  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.
     # Props passed down to the code tag.
     code_tag_props: Var[Dict[str, str]]
     code_tag_props: Var[Dict[str, str]]
 
 
-    is_default = True
-
     def _get_imports(self) -> imports.ImportDict:
     def _get_imports(self) -> imports.ImportDict:
         merged_imports = super()._get_imports()
         merged_imports = super()._get_imports()
         if self.theme is not None:
         if self.theme is not None: