From 34bd69a043de18c63039d78e4a7fb2ce89ea25a2 Mon Sep 17 00:00:00 2001 From: "ICX\\Tatsiana.Hashtold" Date: Thu, 22 Aug 2024 13:23:16 +0300 Subject: [PATCH] FIO-8874: fixed conditional value field for time component --- src/components/time/Time.js | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/src/components/time/Time.js b/src/components/time/Time.js index ecbfe17b77..17a5d6912e 100644 --- a/src/components/time/Time.js +++ b/src/components/time/Time.js @@ -16,18 +16,6 @@ export default class TimeComponent extends TextFieldComponent { }, ...extend); } - static get serverConditionSettings() { - return { - ...super.serverConditionSettings, - valueComponent(classComp) { - return { - ...classComp, - type: 'time', - }; - }, - }; - } - constructor(component, options, data) { super(component, options, data); const { edge: isEdgeBrowser, version: edgeVersion } = getBrowserInfo();