{{#if displayErrors.length}}
{{#each displayErrors as |error|}}
<AlertBanner
@type="danger"
@message={{error}}
data-test-error
/>
{{/each}}
{{/if}}