Update frontend/src/lib/components/SavedInputsPicker.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:28 +03:00
committed by GitHub
parent 7e3f4875c4
commit 45df9228e0

View File

@@ -59,7 +59,7 @@
}
function initLoadInputs() {
const loadInputsPageFn = async (page: number, perPage: number, _discovery: boolean) => {
const loadInputsPageFn = async (page: number, perPage: number) => {
const inputs = await InputService.listInputs({
workspace: $workspaceStore!,
runnableId,