You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(app, api-client): fix response interface for /protocols/{id}/dataFiles (#15848)
There was an error in the client's expected response interface from
`/protocols/{id}/dataFiles`, causing the app to error when expanding
`HistoricalProtocolRunDrawer`. This PR fixes that response interface and
the implicated endpoint's implementation in `HistoricalProtocolRun` and
`HistoricalProtocolRunDrawer`.
0 commit comments