dify/web/service/access-control/constants.ts
Wu Tianwei 73dd8739ef
feat: optimize resource access config logic (#41164)
Co-authored-by: fatelei <fatelei@gmail.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
2026-08-26 07:18:57 +00:00

3 lines
176 B
TypeScript

export const RESOURCE_ACCESS_SETTINGS_PAGE_SIZE_OPTIONS = [10, 25, 50] as const
export const RESOURCE_ACCESS_SETTINGS_PAGE_SIZE = RESOURCE_ACCESS_SETTINGS_PAGE_SIZE_OPTIONS[0]