Skip to content

Commit

Permalink
Remove required for inst attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
clepski committed Jul 8, 2024
1 parent fede42b commit 7591fd4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion packages/plugins/src/wizards/ln.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ export function renderLNWizard(
></wizard-textfield>`,
html`<wizard-textfield
label="inst"
required
.maybeValue=${inst}
helper="${get('ln.wizard.instHelper')}"
></wizard-textfield>`,
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/src/wizards/ln0.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function renderLN0Wizard(
></wizard-textfield>`,
html`<wizard-textfield
label="inst"
required
.maybeValue=${inst}
helper="${get('ln0.wizard.instHelper')}"
></wizard-textfield>`,
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/test/unit/wizards/ln.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ describe('ln wizards', () => {
const requiredFields = [
'lnType',
'lnClass',
'inst',
];

const ln = <Element>(
Expand Down
1 change: 0 additions & 1 deletion packages/plugins/test/unit/wizards/ln0.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ describe('ln0 wizards', () => {
const requiredFields = [
'lnType',
'lnClass',
'inst',
];

const ln = <Element>(
Expand Down

0 comments on commit 7591fd4

Please sign in to comment.