Unverified Commit ada6e88d authored by davelopez's avatar davelopez
Browse files

Increase default lazy load value to 150 in DefaultBox.vue

parent 6ff4befb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -58,7 +58,7 @@ const props = defineProps({
    },
    lazyLoad: {
        type: Number,
        default: 50,
        default: 150,
    },
    listDbKeys: {
        type: Array,