Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JosephVolosin committed Jan 29, 2025
1 parent 0f1b463 commit d110c02
Show file tree
Hide file tree
Showing 3 changed files with 277 additions and 256 deletions.
2 changes: 1 addition & 1 deletion src/components/external-events/ExternalEventForm.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
requiredAttributes,
undefined,
undefined,
true
true,
)}
/>
</div>
Expand Down
9 changes: 8 additions & 1 deletion src/components/external-source/ExternalSourceManager.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -704,7 +704,14 @@
<Parameters
disabled={true}
expanded={false}
formParameters={getFormParameters(selectedSourceTypeParametersMap, selectedSourceAttributes, [], undefined, undefined, true)}
formParameters={getFormParameters(
selectedSourceTypeParametersMap,
selectedSourceAttributes,
[],
undefined,
undefined,
true,
)}
/>
</div>
</Collapse>
Expand Down
Loading

0 comments on commit d110c02

Please sign in to comment.