Skip to content

Commit

Permalink
fix(removeapitokenbutton.tsx): add environment name in delete token m…
Browse files Browse the repository at this point in the history
…odal (#5469)

add environment name in delete token modal
  • Loading branch information
srcgrp authored Dec 5, 2023
1 parent b5122a7 commit fa9d38f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@ export const RemoveApiTokenButton = ({
<li>
<strong>type</strong>: <code>{token.type}</code>
</li>
<li>
<strong>environment</strong>:{' '}
<code>{token.environment}</code>
</li>
</StyledUl>
</div>
</Dialogue>
Expand Down

0 comments on commit fa9d38f

Please sign in to comment.