mirror of
https://github.com/langgenius/dify.git
synced 2026-09-03 06:45:14 +08:00
Co-authored-by: fatelei <fatelei@gmail.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
3 lines
176 B
TypeScript
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]
|