Found a few places in code where we don't have type annotations on useMutation and useQuery, adding them here and fixing type errors that surface.
Details
Details
yarn ts
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Branch
- dish-gql-annotations
- Lint
Lint Passed - Unit
No Test Coverage
Event Timeline
js_modules/dagit/src/runs/RunActionsMenu.tsx | ||
---|---|---|
208–213 | Should both of these if statements in this file have an else case? Something like showToastFor(result, `Something went wrong when trying to delete Run ${run.runId}.`); |