feat: modules

This commit is contained in:
archer
2023-08-04 10:39:39 +08:00
parent eb28bfb27b
commit 94a241bbb1
10 changed files with 42 additions and 27 deletions

View File

@@ -344,7 +344,6 @@ const AppEdit = ({ app, fullScreen, onFullScreen }: Props) => {
const { mutate: onclickSave, isLoading } = useRequest({
mutationFn: () => {
console.log(flow2AppModules(), '====');
return updateAppDetail(app._id, {
modules: flow2AppModules()
});