From d5a3ead1ffffed0a705d732c51e6736ad2aaa9e6 Mon Sep 17 00:00:00 2001 From: pyranota <92104930+pyranota@users.noreply.github.com> Date: Tue, 18 Feb 2025 15:34:52 +0300 Subject: [PATCH] Update frontend/src/lib/components/triggers/CaptureTable.svelte Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> --- frontend/src/lib/components/triggers/CaptureTable.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/components/triggers/CaptureTable.svelte b/frontend/src/lib/components/triggers/CaptureTable.svelte index c4c68f516d..70596003fc 100644 --- a/frontend/src/lib/components/triggers/CaptureTable.svelte +++ b/frontend/src/lib/components/triggers/CaptureTable.svelte @@ -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',