修复定时任务搜索api

This commit is contained in:
whyour
2022-09-02 00:35:20 +08:00
parent 7516acbc41
commit b9253c8191
13 changed files with 65 additions and 70 deletions
-1
View File
@@ -108,7 +108,6 @@ const CronDetailModal = ({
wordWrap: 'on',
}}
onMount={(editor, monaco) => {
console.log(monaco);
editorRef.current = editor;
}}
/>