fix: Updated design of api tokens to clarify, closes #3422
This commit is contained in:
@@ -61,7 +61,7 @@ function Tokens() {
|
||||
items={apiKeys.orderedData}
|
||||
heading={<Subheading sticky>{t("Tokens")}</Subheading>}
|
||||
renderItem={(token: ApiKey) => (
|
||||
<TokenListItem key={token.id} token={token} onDelete={token.delete} />
|
||||
<TokenListItem key={token.id} token={token} />
|
||||
)}
|
||||
/>
|
||||
<Modal
|
||||
|
||||
Reference in New Issue
Block a user