Explorar el Código

Fix pc.code syntax highlight (#970)

Nikhil Rao hace 2 años
padre
commit
3d3c974768
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      pynecone/components/datadisplay/code.py

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

@@ -19,8 +19,6 @@ class CodeBlock(Component):
 
     tag = "Prism"
 
-    is_default = True
-
     # The theme to use ("light" or "dark").
     theme: Var[str]