We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b37636 commit 5472a1dCopy full SHA for 5472a1d
resources/js/Components/ItemIdSearchTextarea.vue
@@ -4,14 +4,14 @@
4
:messages="validationError ? validationError.message : null"
5
>
6
<div class="progress-bar-wrapper">
7
- <cdx-progress-bar
8
- v-if="loading"
9
- :aria-label="$i18n('item-form-progress-bar-aria-label')"
10
- />
11
- <template #label>
12
- {{$i18n('item-form-id-input-label')}}
13
- </template>
+ <cdx-progress-bar
+ v-if="loading"
+ :aria-label="$i18n('item-form-progress-bar-aria-label')"
+ />
14
</div>
+ <template #label>
+ {{$i18n('item-form-id-input-label')}}
+ </template>
15
<cdx-text-area
16
:label="$i18n('item-form-id-input-label')"
17
:placeholder="$i18n('item-form-id-input-placeholder')"
0 commit comments