mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-19 04:23:55 +00:00
Fix an issue reported by Sin Yee, settings custom segments not listing all segment services
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user