Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
jbilcke-hf committed Sep 17, 2024
1 parent a884ff5 commit e80caff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/settings/provider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export function SettingsSectionProvider() {

const letzAiApiKey = useSettings((s) => s.letzAiApiKey)
const setLetzAiApiKey = useSettings((s) => s.setLetzAiApiKey)

const lumaLabsApiKey = useSettings((s) => s.lumaLabsApiKey)
const setLumaLabsApiKey = useSettings((s) => s.setLumaLabsApiKey)

Expand Down

0 comments on commit e80caff

Please sign in to comment.