Skip to content

Commit

Permalink
Merge branch 'main' into svMem
Browse files Browse the repository at this point in the history
  • Loading branch information
HimaGirija99 authored Sep 12, 2024
2 parents 616b98c + 1fb78c3 commit fb4a92b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/resources/templates/misc/add-image.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</script>

<div class="tab-group show-on-file-selected">
<div class="tab-container" th:title="#{addImage.upload}">
<div th:replace="~{fragments/common :: fileSelector(name='image-upload', multipleInputsForSingleRequest=true, accept='image/*', inputText=#{imgPrompt})}"></div>
<script>
const imageUpload = document.querySelector('input[name=image-upload]');
Expand All @@ -62,7 +61,6 @@
}
});
</script>
</div>
</div>

<!-- draggables box -->
Expand Down

0 comments on commit fb4a92b

Please sign in to comment.