Skip to content

Commit

Permalink
PR updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Aug 29, 2023
1 parent 9dec25a commit 4b48443
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,7 @@ export const ApplicationsTable: React.FC = () => {
onClick={() =>
setSaveApplicationModalState(application)
}
></Button>
/>
</Td>
<Td isActionCell>
<ActionsColumn
Expand All @@ -734,7 +734,7 @@ export const ApplicationsTable: React.FC = () => {
setApplicationDependenciesToManage(application),
},
]}
></ActionsColumn>
/>
</Td>
</TableRowContentWithControls>
</Tr>
Expand Down

0 comments on commit 4b48443

Please sign in to comment.