Skip to content

Commit

Permalink
fix: add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
BenElferink committed Nov 25, 2024
1 parent 85508e1 commit bcd3245
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export function useDestinationFormData(params?: { destinationType?: string; supp
}, [supportedSignals]);

function handleFormChange(key: keyof typeof INITIAL | string, val: any) {
// this is for a case where "exportedSignals" have been changed, it's an object so they children are targeted as: "exportedSignals.logs"
const [parentKey, childKey] = key.split('.');

if (!!childKey) {
Expand Down

0 comments on commit bcd3245

Please sign in to comment.