Skip to content

Commit

Permalink
Replenish logic
Browse files Browse the repository at this point in the history
  • Loading branch information
libpitt committed Jan 3, 2025
1 parent a037d1c commit b3d07f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/DataTable/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const DataTable = (props) => {
const options = getHeadersWith(globusToken)
try {
const datasetResponse = await axios.get(URLS.ingest.data.datasets(), options);
setIsCachingDatasets((datasetResponse.status === 200))
setIsCachingDatasets((datasetResponse.status === 202))

let uploadData = []
let uploadResponse
Expand Down

0 comments on commit b3d07f6

Please sign in to comment.