Skip to content

Commit

Permalink
Fix timefield
Browse files Browse the repository at this point in the history
Signed-off-by: srikant <[email protected]>
  • Loading branch information
srikant-ch5 committed Jan 31, 2025
1 parent 0e6fb01 commit c21afb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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}
/>
Expand Down

0 comments on commit c21afb3

Please sign in to comment.