mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Set {} to avoid 503
This commit is contained in:
parent
c48cc535cc
commit
b43e14e97e
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
"group": "md",
|
||||
"name": "md",
|
||||
"className": "org.apache.zeppelin.markdown.Markdown",
|
||||
"properties": null,
|
||||
"properties": {},
|
||||
"editor": {
|
||||
"language": "markdown",
|
||||
"editOnDblClick": true
|
||||
|
|
|
|||
Loading…
Reference in a new issue