This commit is contained in:
Simon Cambier
2023-01-29 21:07:53 +01:00
parent 4f8370574c
commit 34a2fda066
4 changed files with 1 additions and 5 deletions

View File

@@ -28,7 +28,6 @@
import { cacheManager } from '../cache-manager'
import { searchEngine } from 'src/search/omnisearch'
import CancelablePromise, { cancelable } from 'cancelable-promise'
import { update } from 'lodash-es'
export let modal: OmnisearchVaultModal
export let previousQuery: string | undefined