mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-02 08:06:00 +00:00
fix: media infinite should be disabled for dropzone in entities
This commit is contained in:
+3
-1
@@ -66,7 +66,9 @@ export default {
|
||||
},
|
||||
"sync",
|
||||
);
|
||||
await app.build();
|
||||
await app.build({
|
||||
sync: !!(firstStart && example),
|
||||
});
|
||||
|
||||
// log routes
|
||||
if (firstStart) {
|
||||
|
||||
Reference in New Issue
Block a user