Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Oct 24, 2024
1 parent b834e6f commit f2d2d93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default function CredentialNotConfigured({
noSources,
}: {
showConfigureAPIKey: () => void;
noSources: boolean;
noSources?: boolean;
}) {
const { shouldShowConfigurationNeeded } = useProviderStatus();

Expand Down

0 comments on commit f2d2d93

Please sign in to comment.