From c21afb3be373303953d973a5b76a172e2d01f018 Mon Sep 17 00:00:00 2001 From: srikant Date: Fri, 31 Jan 2025 21:50:48 +0530 Subject: [PATCH] Fix timefield Signed-off-by: srikant --- .../src/common-properties/controls/timefield/timefield.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas_modules/common-canvas/src/common-properties/controls/timefield/timefield.jsx b/canvas_modules/common-canvas/src/common-properties/controls/timefield/timefield.jsx index 5cc708e6a7..0c1027dd72 100644 --- a/canvas_modules/common-canvas/src/common-properties/controls/timefield/timefield.jsx +++ b/canvas_modules/common-canvas/src/common-properties/controls/timefield/timefield.jsx @@ -80,7 +80,7 @@ class TimefieldControl extends React.Component { onChange={this.handleChange.bind(this)} value={this.value} labelText={this.props.controlItem} - hideLabel={!this.props.control.labelVisible || this.props.tableControl} + hideLabel={this.props.tableControl} helperText={this.props.control.helperText} readOnly={this.props.readOnly} />