Sync Integ to Master
[sdc.git] / catalog-ui / src / app / models / properties-inputs / input-be-model.ts
index f6548a3..942d775 100644 (file)
@@ -41,9 +41,6 @@ export class InputBEModel extends PropertyBEModel {
         this.inputPath = input.inputPath;
     }
 
-    public toJSON = (): any => {
-    };
-
 }
 
 export interface ComponentInstanceModel extends InputBEModel {