Skip to content

Commit

Permalink
fix(dashboard): build (#7373)
Browse files Browse the repository at this point in the history
  • Loading branch information
djabarovgeorge authored Dec 24, 2024
1 parent 7c7af1d commit 5428505
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions apps/dashboard/src/pages/api-keys.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,15 @@ export function ApiKeysPage() {
);
}

interface SettingFieldProps {
label: string;
tooltip?: string;
value?: string;
secret?: boolean;
isLoading?: boolean;
readOnly?: boolean;
}

function SettingField({
label,
tooltip,
Expand Down

0 comments on commit 5428505

Please sign in to comment.