fix: media infinite should be disabled for dropzone in entities

This commit is contained in:
dswbx
2025-04-05 18:01:04 +02:00
parent ca86fa58ac
commit 2c29e06fb8
5 changed files with 37 additions and 21 deletions

View File

@@ -66,7 +66,9 @@ export default {
},
"sync",
);
await app.build();
await app.build({
sync: !!(firstStart && example),
});
// log routes
if (firstStart) {