mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-16 11:37:04 +02:00
10 lines
178 B
Handlebars
10 lines
178 B
Handlebars
{{#if displayErrors.length}}
|
|
{{#each displayErrors as |error|}}
|
|
<AlertBanner
|
|
@type="danger"
|
|
@message={{error}}
|
|
data-test-error
|
|
/>
|
|
{{/each}}
|
|
{{/if}}
|