X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f83344568cb070f716527288abe88a4ec5b0c305..4b961d16b8f8ef8afbd13697a79fe4684acd0416:/src/models/search-bar.ts diff --git a/src/models/search-bar.ts b/src/models/search-bar.ts index 798f9c8f..effaeed4 100644 --- a/src/models/search-bar.ts +++ b/src/models/search-bar.ts @@ -6,7 +6,7 @@ import { ResourceKind } from '~/models/resource'; export type SearchBarAdvanceFormData = { type?: ResourceKind; - cluster?: ClusterObjectType; + cluster?: string; projectUuid?: string; inTrash: boolean; dateFrom: string; @@ -21,9 +21,3 @@ export interface PropertyValue { key: string; value: string; } - -export enum ClusterObjectType { - INDIANAPOLIS = "indianapolis", - KAISERAUGST = "kaiseraugst", - PENZBERG = "penzberg" -}