mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-25 02:41:07 +01:00
Preserve JSON/XPath filter (Closes #22)
This commit is contained in:
@@ -18,6 +18,6 @@ export function useFilterResponse({
|
||||
|
||||
return (await invoke('cmd_filter_response', { responseId, filter })) as string | null;
|
||||
},
|
||||
}).data ?? null
|
||||
}).data ?? ''
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user