Skip to content

Commit

Permalink
Remove variable buttons from auth variables
Browse files Browse the repository at this point in the history
  • Loading branch information
abdullahbaa5 committed Jan 23, 2024
1 parent 1c7b2d4 commit 8c7173b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/forge/blocks/difyAi/auth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ export const auth = {
label: 'API Endpoint',
isRequired: true,
helperText: 'URI where the Service API is hosted.',
withVariableButton: true,
withVariableButton: false,
}),
apiKey: option.string.layout({
label: 'App API key',
isRequired: true,
helperText: 'API Secret Key for your Dify App.',
inputType: 'password',
withVariableButton: true,
withVariableButton: false,
}),
}),
} satisfies AuthDefinition

0 comments on commit 8c7173b

Please sign in to comment.