Skip to content

Commit

Permalink
Update apps/console/src/app/components/api-keys/ProviderApiKeyListIte…
Browse files Browse the repository at this point in the history
…m.tsx

Co-authored-by: Ariel Weinberger <[email protected]>
  • Loading branch information
adityapuri75 and arielweinberger authored Oct 12, 2023
1 parent e7cf323 commit 4a8e911
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export const ProviderApiKeyListItem = ({
}: Props) => {
const [messageApi, contextHolder] = message.useMessage();
const { currentOrgId } = useCurrentOrganization();
const [form] = Form.useForm<{ name: string }>();
const [form] = Form.useForm<{ apiKey: string }>();
const updateKeyMutation = useMutation({
mutationFn: (data: CreateProviderApiKeyInput) =>
gqlClient.request(UPDATE_PROVIDER_API_KEY, {
Expand Down

0 comments on commit 4a8e911

Please sign in to comment.