Preserve JSON/XPath filter (Closes #22)

This commit is contained in:
Gregory Schier
2024-06-03 13:49:51 -07:00
parent 8ae0290aed
commit dc47c4ceba
4 changed files with 41 additions and 21 deletions

View File

@@ -18,6 +18,6 @@ export function useFilterResponse({
return (await invoke('cmd_filter_response', { responseId, filter })) as string | null;
},
}).data ?? null
}).data ?? ''
);
}