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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user