Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
devketanpro committed Oct 18, 2023
1 parent e8f225d commit 7ff0814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/fields/editor/base/treeSelect.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export class EditorFieldTreeSelect<T> extends React.PureComponent<IEditorFieldTr
const error = get(this.props.errors ?? {}, field);

return (
<Row testId={this.props.testId} smallPadding={this.props.smallPadding} >
<Row testId={this.props.testId} smallPadding={this.props.smallPadding}>
<TreeSelect
kind="synchronous"
value={this.getViewValue()}
Expand Down

0 comments on commit 7ff0814

Please sign in to comment.