소스 검색

Fix pc.code syntax highlight (#970)

Nikhil Rao 2 년 전
부모
커밋
3d3c974768
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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]