Skip to content

Commit

Permalink
fix credentials picker updating after creating API key
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Sep 24, 2024
1 parent 2e3c140 commit b58f9a8
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export const CredentialsInput: FC<{
return (
<>
<Select
defaultValue={selectedCredentials?.id}
value={selectedCredentials?.id}
onValueChange={handleValueChange}
>
<SelectTrigger>
Expand Down Expand Up @@ -276,7 +276,6 @@ export const APIKeyCredentialsModal: FC<{
defaultValues: {
apiKey: "",
title: "",
expiresAt: "",
},
});

Expand Down

0 comments on commit b58f9a8

Please sign in to comment.