chore: style

This commit is contained in:
DecDuck
2025-05-15 14:58:01 +10:00
parent 41bdc0eeb4
commit 751a3e4d06
5 changed files with 12 additions and 9 deletions
@@ -285,7 +285,6 @@
</div>
</div>
</div>
</div>
</div>
<UploadFileDialog
@@ -708,8 +707,6 @@ async function uploadAfterImageUpload(result: Game) {
game.value.mImageLibraryObjectIds = result.mImageLibraryObjectIds;
}
function addImageToCarousel(id: string) {
showAddCarouselModal.value = false;
game.value.mImageCarouselObjectIds.push(id);