Skip to content

Commit

Permalink
Rebased 2023.9.x-remove-page-icon-option branch
Browse files Browse the repository at this point in the history
  • Loading branch information
KinyaElGrande committed Oct 16, 2023
1 parent 17eb597 commit ddd2799
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions client/web/compose/src/views/Admin/Pages/Edit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -803,12 +803,9 @@
v-else
class="d-flex flex-wrap"
>
<div
<img
v-for="a in attachments"
:key="a.attachmentID"
class="d-flex flex-column align-items-center"
>
<img
:src="a.src"
:alt="a.name"
width="auto"
Expand All @@ -817,14 +814,6 @@
class="rounded pointer m-2"
@click="toggleSelectedIcon(a.attachmentID)"
>
<b-button
variant="outline-danger"
size="sm"
@click="deleteAttachment(a.attachmentID)"
>
X
</b-button>
</div>
</div>
</b-form-group>
</template>
Expand Down

0 comments on commit ddd2799

Please sign in to comment.