Skip to content

Commit 5472a1d

Browse files
committed
Fix merge mistake
1 parent 1b37636 commit 5472a1d

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

resources/js/Components/ItemIdSearchTextarea.vue

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
:messages="validationError ? validationError.message : null"
55
>
66
<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>
7+
<cdx-progress-bar
8+
v-if="loading"
9+
:aria-label="$i18n('item-form-progress-bar-aria-label')"
10+
/>
1411
</div>
12+
<template #label>
13+
{{$i18n('item-form-id-input-label')}}
14+
</template>
1515
<cdx-text-area
1616
:label="$i18n('item-form-id-input-label')"
1717
:placeholder="$i18n('item-form-id-input-placeholder')"

0 commit comments

Comments
 (0)