Skip to content

Commit

Permalink
bugfix: make desc field required
Browse files Browse the repository at this point in the history
  • Loading branch information
illia-solovei-s1 committed Nov 21, 2024
1 parent 14e933e commit 73d8a89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/plugins/src/menu/VirtualTemplateIED.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ export default class VirtualTemplateIED extends LitElement {
<wizard-textfield
label="desc"
.maybeValue=${null}
// TODO remove toggle
required
nullable
></wizard-textfield>
<wizard-textfield
Expand Down

0 comments on commit 73d8a89

Please sign in to comment.