mirror of
https://github.com/Myzel394/kleckrelay-website.git
synced 2025-06-18 23:45:26 +02:00
fix(api-key): Add missing prop
This commit is contained in:
parent
1d195ff28d
commit
1c0f5b8738
@ -42,6 +42,7 @@ export default function SettingsAPIKeysRoute(): ReactElement {
|
|||||||
<APIKeyListItem
|
<APIKeyListItem
|
||||||
apiKey={apiKey}
|
apiKey={apiKey}
|
||||||
key={apiKey.id}
|
key={apiKey.id}
|
||||||
|
queryKey={queryKey}
|
||||||
privateKey={
|
privateKey={
|
||||||
apiKey.id === createdAPIKey?.id
|
apiKey.id === createdAPIKey?.id
|
||||||
? createdAPIKey.key
|
? createdAPIKey.key
|
||||||
|
Loading…
x
Reference in New Issue
Block a user