Skip to content

Commit b43e14e

Browse files
committed
fix: Set {} to avoid 503
1 parent c48cc53 commit b43e14e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

markdown/src/main/resources/interpreter-setting.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"group": "md",
44
"name": "md",
55
"className": "org.apache.zeppelin.markdown.Markdown",
6-
"properties": null,
6+
"properties": {},
77
"editor": {
88
"language": "markdown",
99
"editOnDblClick": true

0 commit comments

Comments
 (0)