Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update antd to allow form.field to set its own layout
Browse files Browse the repository at this point in the history
Michael Büßemeyer authored and Michael Büßemeyer committed Nov 29, 2024
1 parent 581ed00 commit 2e2d915
Showing 3 changed files with 105 additions and 64 deletions.
Original file line number Diff line number Diff line change
@@ -544,6 +544,7 @@ function CollapsibleSplitMergersplitMergerEvaluationSettings({
<Row>
<Col style={{ width: "100%" }}>
<Form.Item
layout="horizontal"
label="Use sparse ground truth tracing"
name={["splitMergerEvaluationSettings", "useSparseTracing"]}
valuePropName="checked"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -141,7 +141,7 @@
"@tanstack/react-query-persist-client": "4.36.1",
"@zip.js/zip.js": "^2.7.32",
"ansi-to-react": "^6.1.6",
"antd": "5.17.4",
"antd": "5.18",
"ball-morphology": "^0.1.0",
"base64-js": "^1.2.1",
"beautiful-react-hooks": "^3.11.1",
Loading

0 comments on commit 2e2d915

Please sign in to comment.