projects
/
arvados-workbench2.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
16118: Adds collection's integration test suite (WIP)
[arvados-workbench2.git]
/
src
/
models
/
tag.ts
diff --git
a/src/models/tag.ts
b/src/models/tag.ts
index 9c229affe85cf720e19513d3c8b121527b4b1e58..f4e5854ad109a26fd2b46908484e2b0ad6c6ba0c 100644
(file)
--- a/
src/models/tag.ts
+++ b/
src/models/tag.ts
@@
-11,7
+11,9
@@
export interface TagResource extends LinkResource {
export interface TagProperty {
key: string;
+ keyID?: string;
value: string;
+ valueID?: string;
}
export enum TagTailType {