Update frontend/src/lib/components/triggers/CaptureTable.svelte

Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
This commit is contained in:
pyranota
2025-02-18 15:34:52 +03:00
committed by GitHub
parent 45df9228e0
commit d5a3ead1ff

View File

@@ -67,7 +67,7 @@
}
function initLoadCaptures(testKind: 'preprocessor' | 'main' = 'main') {
const loadInputsPageFn = async (page: number, perPage: number, _discovery: boolean) => {
const loadInputsPageFn = async (page: number, perPage: number) => {
const captures = await CaptureService.listCaptures({
workspace: $workspaceStore!,
runnableKind: isFlow ? 'flow' : 'script',