Skip to content

Commit 607133d

Browse files
committed
[Fix-17984][UI] Format workflow definition loading fix for lint check
1 parent bbbfd65 commit 607133d

File tree

1 file changed

+1
-4
lines changed
  • dolphinscheduler-ui/src/views/projects/workflow/definition

1 file changed

+1
-4
lines changed

dolphinscheduler-ui/src/views/projects/workflow/definition/use-table.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,7 @@ export function useTable() {
525525
variables.loadingRef = false
526526
})
527527

528-
const { state } = useAsyncState(
529-
queryStatePromise,
530-
{ total: 0, table: [] }
531-
)
528+
const { state } = useAsyncState(queryStatePromise, { total: 0, table: [] })
532529
return state
533530
}
534531

0 commit comments

Comments
 (0)