X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6fdd4a4d609cf8fa459786f42eb337f8da6a5afa..342f4ed11da7860e834928aa79974f096a8f6291:/src/models/search-bar.ts diff --git a/src/models/search-bar.ts b/src/models/search-bar.ts index c71faf2ff4..b404496f93 100644 --- a/src/models/search-bar.ts +++ b/src/models/search-bar.ts @@ -2,13 +2,14 @@ // // SPDX-License-Identifier: AGPL-3.0 -import { ResourceKind } from '~/models/resource'; +import { ResourceKind } from 'models/resource'; export type SearchBarAdvancedFormData = { type?: ResourceKind; cluster?: string; projectUuid?: string; inTrash: boolean; + pastVersions: boolean; dateFrom: string; dateTo: string; saveQuery: boolean;