Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
MiraGeowerkstatt committed Dec 20, 2024
1 parent c4c332b commit 1bb6249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/src/pages/detail/form/borehole/boreholeForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export const BoreholeForm = forwardRef(({ borehole, editingEnabled, onSubmit }:
</FormContainer>
<FormContainer direction="row">
<FormDomainSelect
fieldName={"chronostratigraphyId"}
fieldName={"chronostratigraphyTopBedrockId"}
label={"chronostratigraphy_top_bedrock"}
schemaName={"custom.chronostratigraphy_top_bedrock"}
readonly={!editingEnabled}
Expand Down

0 comments on commit 1bb6249

Please sign in to comment.