We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e86b006 commit 33702cfCopy full SHA for 33702cf
1 file changed
vippy-admin/views/edit-album.ejs
@@ -671,6 +671,8 @@
671
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"></script>
672
<script src="https://cdn.jsdelivr.net/npm/sortablejs@1.15.0/Sortable.min.js"></script>
673
674
+ // check if cardImage and bannerImage are valid indices
675
+ // TODO: also check why the errors
676
<script type="module">
677
const albumSlug = '<%= album.slug %>';
678
let cardImage = <%= album.cardImage %>;
0 commit comments