clean results on query update

This commit is contained in:
Nikita Galaiko 2023-03-17 14:43:21 +01:00
parent fa06ec611d
commit db9eccc5d5
2 changed files with 11 additions and 10 deletions

View File

@ -21,6 +21,7 @@
$: { $: {
stopProcessing = true; stopProcessing = true;
processedResults = [];
if ($searchTerm) { if ($searchTerm) {
fetchResults($project?.id ?? '', $searchTerm); fetchResults($project?.id ?? '', $searchTerm);
} }