Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil committed Apr 13, 2023
1 parent 85f7efa commit bfd58a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions client/components/RemoteContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const RemoteContainer = (props) => {
remoteType={'origin'}
accessIdHandler={accessIdHandler}
secretKeyHandler={secretKeyHandler}
accountIdHandler={accountIdHandler}

displayName={origin.displayName}
></Remote>
)}
Expand All @@ -31,7 +31,7 @@ export const RemoteContainer = (props) => {
remoteType={'destination'}
accessIdHandler={accessIdHandler}
secretKeyHandler={secretKeyHandler}
accountIdHandler={accountIdHandler}

displayName={destination.displayName}
/>
)}
Expand Down Expand Up @@ -86,3 +86,4 @@ const secretKeyHandler = (e, remote) => {
};

//async call using Amazon SDK to retrieve buckets and generate drop down menu

0 comments on commit bfd58a5

Please sign in to comment.