Skip to content

Commit 33702cf

Browse files
committed
Update edit-album.ejs
1 parent e86b006 commit 33702cf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

vippy-admin/views/edit-album.ejs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,8 @@
671671
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
672672
<script src="https://cdn.jsdelivr.net/npm/sortablejs@1.15.0/Sortable.min.js"></script>
673673

674+
// check if cardImage and bannerImage are valid indices
675+
// TODO: also check why the errors
674676
<script type="module">
675677
const albumSlug = '<%= album.slug %>';
676678
let cardImage = <%= album.cardImage %>;

0 commit comments

Comments
 (0)