Skip to content

Commit

Permalink
Merge pull request #1545 from ProcessMaker/bugfix/FOUR-14224
Browse files Browse the repository at this point in the history
FOUR-14224 numbers appear next to the name of each page in see all pages
  • Loading branch information
caleeli authored Feb 27, 2024
2 parents 646d667 + a5b9714 commit b77ab99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/sortable/sortableList/SortableList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
autofocus
@blur.stop="onBlur()"
/>
<span v-else>{{ item.name }} {{ item.order }}</span>
<span v-else>{{ item.name }}</span>
</div>
<div class="border rounded-lg sortable-item-action">
<button class="btn" @click.stop="onClick(item, index)">
Expand Down

0 comments on commit b77ab99

Please sign in to comment.