Skip to content

Commit

Permalink
feat(protocol-designer): revamp form errors and fix logic for rendering
Browse files Browse the repository at this point in the history
closes AUTH-972
  • Loading branch information
jerader committed Oct 23, 2024
1 parent d7a4452 commit fba5cd8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ describe('MagnetTools', () => {
dirtyFields: [],
focusedField: null,
},
visibleFormErrors: [],
toolboxStep: 1,
propsForFields: {
magnetAction: {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ describe('TemperatureTools', () => {
dirtyFields: [],
focusedField: null,
},
visibleFormErrors: [],
toolboxStep: 1,
propsForFields: {
moduleId: {
Expand Down

0 comments on commit fba5cd8

Please sign in to comment.