Skip to content

Commit

Permalink
Merge pull request #120 from Maker-Management-Platform/119-bug-settin…
Browse files Browse the repository at this point in the history
…gs-not-saving-thingiverse-token

BUG Settings not saving thingiverse token #119
  • Loading branch information
EduardoOliveira authored Feb 20, 2024
2 parents 64bb577 + e55fd61 commit ec11163
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 function Integrations() {
const form = useFormContext();
return (
<Fieldset legend="Thingiverse">
<TextInput label="Token" {...form.getInputProps(`integrations.thingiverse.toke`)} />
<TextInput label="Token" {...form.getInputProps(`integrations.thingiverse.token`)} />
</Fieldset>
)
}

0 comments on commit ec11163

Please sign in to comment.