refactor(UploadImageDialog): width

Addresses review comments
This commit is contained in:
Teemu Pöytäniemi
2026-04-01 14:59:49 +02:00
committed by Fernando Fernández
parent a4195d3a1b
commit 4afb8de378
@@ -1,6 +1,7 @@
<template>
<VDialog
max-width="60%"
width="100%"
max-width="800px"
:model-value="isImageDialogVisible"
@update:model-value="closeDialog">
<VCard class="px-6">