Skip to content

Commit

Permalink
Revert "Merge branch 'OTTER-51-Researcher-Step-2' of https://github.c…
Browse files Browse the repository at this point in the history
…om/safeinsights/management-app into OTTER-51-Researcher-Step-2"

This reverts commit 73f1969, reversing
changes made to c7856aa.
  • Loading branch information
jbwilson8 committed Dec 9, 2024
1 parent 73f1969 commit 7e8d6f0
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/app/researcher/study/[encodedStudyId]/review/runs-table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,6 @@ const RunsTable: React.FC<RunsTableProps> = ({ isActive, study }) => {
<Table.Td>{run.startedAt?.toISOString() || ''}</Table.Td>
<Table.Td align="right">
<Group>
<>
<Modal
size={800}
opened={opened}
onClose={close}
title="AWS Instructions"
centered
>
<PushInstructions
containerLocation={study.containerLocation}
runId={run.id}
/>
</Modal>
<Button onClick={open}>View Instructions</Button>
</>
{run.status == 'INITIATED' && (
<>
<Modal
Expand Down

0 comments on commit 7e8d6f0

Please sign in to comment.