Skip to content

Commit

Permalink
fix rebase error
Browse files Browse the repository at this point in the history
  • Loading branch information
xelaint committed Feb 3, 2025
1 parent 1d8e33e commit aaf5e9d
Showing 1 changed file with 2 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import { DaffFormFieldMissingControlMessage } from '../form-field-errors';
<input daff-input [formControl]="formControl">
<daff-error-message></daff-error-message>
</daff-form-field>`,
standalone: false,
})
standalone: false })
class WrapperComponent {
formControl = new UntypedFormControl('', Validators.required);
}
Expand Down Expand Up @@ -118,18 +117,11 @@ describe('@daffodil/design | DaffFormFieldComponent | Usage', () => {

});

<<<<<<< HEAD
@Component({
template: `
<daff-form-field [formSubmitted]="formSubmittedValue">
=======
@Component({ template: `
<daff-form-field>
>>>>>>> fix tests
<daff-error-message></daff-error-message>
</daff-form-field>`,
standalone: false,
})
standalone: false })

class WrapperWithoutControlComponent {}

Expand Down

0 comments on commit aaf5e9d

Please sign in to comment.