prefilling sources ui changes
This commit is contained in:
parent
9989f5ca69
commit
be796bc68f
|
@ -0,0 +1,5 @@
|
||||||
|
export enum PrefillingSourceSystemTargetType {
|
||||||
|
Label = "label",
|
||||||
|
Description = "description",
|
||||||
|
Tags= "tags"
|
||||||
|
}
|
Loading…
Reference in New Issue