Skip to content

Commit

Permalink
feat: 🚀 modify the options component
Browse files Browse the repository at this point in the history
  • Loading branch information
limuen committed Jun 5, 2024
1 parent 2275a26 commit 91a6298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/react-low-code/src/components/Operations/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const Operations: React.FC<OperationsProps> = ({ type, saveTemplate, previewCode
保存
</Button>
<Button type="primary" onClick={() => codeDrawerRef.current?.open(previewCode())}>
预览
预览代码
</Button>
<Button type="primary" onClick={exportCode}>
导出代码
Expand Down

0 comments on commit 91a6298

Please sign in to comment.