Skip to content

Commit

Permalink
Update editor.js
Browse files Browse the repository at this point in the history
  • Loading branch information
baozhoutao committed Jun 7, 2024
1 parent 2264481 commit ed0713e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* @Author: [email protected]
* @Date: 2023-01-13 17:27:54
* @LastEditors: [email protected]
* @LastEditTime: 2024-06-07 13:38:28
* @LastEditTime: 2024-06-07 13:39:34
* @Description:
*/
import { i18next } from "../../../../i18n"
Expand Down Expand Up @@ -40,7 +40,7 @@ export const getMarkdownFieldSchema = (field, readonly, ctx)=>{
"name": field.name,
"labelClassName": "none",
"language": "markdown",
"options": field.amis?.editorOptions || null
"options": field.amis ? field.amis.editorOptions : null
}
]
},
Expand Down

0 comments on commit ed0713e

Please sign in to comment.