Fix an issue reported by Sin Yee, settings custom segments not listing all segment services

This commit is contained in:
Dillon Ngo
2026-05-25 22:10:51 +08:00
parent e779e91020
commit 77abd7b8d0
+1 -1
View File
@@ -683,7 +683,7 @@
</modal-form-component>
</div>
</div>
<list-component section="serviceTypeSection" :endpoint="route('api.service_type.list')">
<list-component section="serviceTypeSection" :endpoint="route('api.service_type.list')" :options="{per_page: 100}">
<template slot="list" slot-scope="{data}">
<service-component :data="data"></service-component>
</template>