Skip to content

Commit

Permalink
feat(console): temporarily disable provider API keys
Browse files Browse the repository at this point in the history
  • Loading branch information
arielweinberger committed Jul 31, 2023
1 parent b721480 commit 5774b7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/console/src/app/pages/organizations/ApiKeysView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const ApiKeysView = () => {
</div>
)}

{providerApiKeysData && (
{/* {providerApiKeysData && (
<div>
<Typography.Title level={2}>Provider API Keys</Typography.Title>
Expand All @@ -67,7 +67,7 @@ export const ApiKeysView = () => {
{providers.map((item, index) => renderProviderApiKey(item))}
</Space>
</div>
)}
)} */}
</>
);
};

0 comments on commit 5774b7e

Please sign in to comment.