Skip to content

Commit

Permalink
fixing build errors. live site deployment testing
Browse files Browse the repository at this point in the history
  • Loading branch information
siddheshraze committed Feb 23, 2024
1 parent b2b890f commit 90e129b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion frontend/components/datagridcommons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ import {
getGridID
} from "@/config/datagridhelpers";
import {Plot} from "@/config/macros";
import {updateContextsFromIDB} from "@/components/client/clientmacros";
import UpdateContextsFromIDB from "@/config/updatecontextsfromidb";


Expand Down
2 changes: 0 additions & 2 deletions frontend/components/uploadsystem/uploadparent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -479,8 +479,6 @@ export default function UploadParent() {
setReviewState={setReviewState}
currentPlot={currentPlot}
currentCensus={currentCensus}
validationResults={validationResults}
setValidationResults={setValidationResults}
/>;
case ReviewStates.VALIDATE_ERRORS_FOUND:
return <UploadValidationErrorDisplay
Expand Down

0 comments on commit 90e129b

Please sign in to comment.