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} />