Skip to content

Commit

Permalink
fix: new list node field error is not displayed (#1481)
Browse files Browse the repository at this point in the history
  • Loading branch information
derschnee68 committed Feb 23, 2024
1 parent c22d2e6 commit 1ef0823
Showing 1 changed file with 7 additions and 0 deletions.
Expand Up @@ -28,6 +28,13 @@ export class ListNodeOperation {
</button>
</form>
`,
styles: [
`
:host ::ng-deep mat-error {
display: none;
}
`,
],
})
export class ListItemFormComponent implements OnInit {
loading = false;
Expand Down

0 comments on commit 1ef0823

Please sign in to comment.