chore: ui enchance

This commit is contained in:
Joel
2026-01-15 11:35:48 +08:00
parent 834a5df580
commit 3bd434ddf2

View File

@ -56,7 +56,6 @@ export const useWorkflowInit = () => {
} = useWorkflowConfig('/files/upload', handleUpdateWorkflowFileUploadConfig)
const handleGetInitialWorkflowData = useCallback(async () => {
setIsLoading(true)
try {
const res = await fetchWorkflowDraft(`/apps/${appDetail.id}/workflows/draft`)
setData(res)