From b4bf66ad3a90f03a18bd3871e8d6f1f432d6590b Mon Sep 17 00:00:00 2001 From: Nishant0928 Date: Thu, 10 Aug 2023 21:37:20 +0530 Subject: [PATCH] ELEMENTS-1652:BACKPORT: exposing properties on xpath document --- ui/widgets/nuxeo-file.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ui/widgets/nuxeo-file.js b/ui/widgets/nuxeo-file.js index 78bafd909..9f7c53efb 100644 --- a/ui/widgets/nuxeo-file.js +++ b/ui/widgets/nuxeo-file.js @@ -211,11 +211,6 @@ import { UploaderBehavior } from './nuxeo-uploader-behavior.js'; reflectToAttribute: true, }, - xpath: { - type: String, - value: 'file:content', - }, - /** * Required. */