Skip to content

Commit

Permalink
chore: added blank url when send data
Browse files Browse the repository at this point in the history
  • Loading branch information
urmauur committed Jan 15, 2025
1 parent dac93e0 commit f5b53ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/screens/Settings/Engines/ModalAddRemoteEngine.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const ModalAddRemoteEngine = () => {
await addRemoteEngine({
type: 'remote',
engine: data.engineName,
url: '',
api_key: data.apiKey,
metadata: {
header_template: data.headerTemplate,
Expand Down

0 comments on commit f5b53ec

Please sign in to comment.