Skip to content

Commit

Permalink
fix(chat): add code apps source files folder encoding
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Kezik committed Oct 29, 2024
1 parent 3881969 commit 3ae7667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/chat/src/components/Common/ApplicationWizard/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ export const getApplicationData = (

if (type === ApplicationType.CODE_APP) {
preparedData.function = {
sourceFolder: formData.sources,
sourceFolder: ApiUtils.encodeApiUrl(formData.sources),
mapping: formData.endpoints.reduce(
(acc, option) => ({
...acc,
Expand Down

0 comments on commit 3ae7667

Please sign in to comment.