Creation dialog with redux-form validation
[arvados.git] / src / models / empty.ts
index 76b42b44121dbe99693160d1d02d946db0ae00d0..9731207f0e725b3d979e046b606b39af8b95c57e 100644 (file)
@@ -6,5 +6,5 @@ import { ResourceKind } from "./resource";
 
 export interface EmptyResource {
     name: string;
-    kind: ResourceKind;
+    kind: undefined;
 }
\ No newline at end of file