Skip to content

Commit

Permalink
fix closing tag on projects label
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomEtc committed Oct 2, 2023
1 parent b26969f commit 9177dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/calculator-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export const formTemplate = (
hoist
>${questionIcon(tooltipSize, tooltipSize)}</sl-tooltip
>
<label>
</label>
${multiselect({
id: 'projects',
required: true,
Expand Down

0 comments on commit 9177dae

Please sign in to comment.