mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 04:27:21 +00:00
fix: media infinite should be disabled for dropzone in entities
This commit is contained in:
@@ -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