Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
MonPote committed Apr 29, 2024
1 parent df49f34 commit aec4c85
Showing 1 changed file with 0 additions and 41 deletions.
41 changes: 0 additions & 41 deletions src/react/endpoint/Endpoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,47 +56,6 @@ const Endpoints = () => {
endpoints={accountsLocationsAndEndpoints?.endpoints || []}
locations={accountsLocationsAndEndpoints?.locations || []}
/>
<div style={{ display: 'flex', gap: '1rem', flexDirection: 'column' }}>
{/* <div>
Normal
<SelectAccountIAMRole />
</div> */}
{/* <div>
Default Value
<SelectAccountIAMRole
defaultValue={{
accountName: 'william',
roleName: 'backbeat-gc-1',
}}
/>
</div> */}
{/*
<div>
hidden
<SelectAccountIAMRole
hideAccountRoles={[
{ accountName: 'william', roleName: 'backbeat-gc-1' },
{ accountName: 'william', roleName: 'data-consumer-role' },
]}
/>
</div> */}

<div>
wrong default value
<SelectAccountIAMRole
defaultValue={{
accountName: 'william1',
roleName: 'backbeat-gc-1',
}}
/>
</div>
{/* <SelectAccountIAMRole
defaultValue={{
accountName: 'william',
roleName: 'backbeat-gc-2',
}}
/> */}
</div>
</AppContainer.MainContent>
</>
);
Expand Down

0 comments on commit aec4c85

Please sign in to comment.