Skip to content

Commit

Permalink
fixed stream source factory to avoid set external fields by default
Browse files Browse the repository at this point in the history
  • Loading branch information
pricelessrabbit committed Aug 28, 2024
1 parent 5aeaf1f commit a42b2d3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions frontend/src/stores/stacks/streams/utils/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,7 @@ export function newSource(): Source {
return {
name: "",
domain: "",
external: {
api: "",
deliver: ""
},
external: null,
filterSubject: "",
optStartSeq: 0,
}
Expand Down

0 comments on commit a42b2d3

Please sign in to comment.