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