Skip to content

Commit

Permalink
feat: clarify GR identifier field (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
strogonoff committed Nov 20, 2023
1 parent 92fe00f commit 476245c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/classes/common.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,9 @@ export const EditView: ItemEditView<CommonGRItemData> = function (props) {
/>
</>}>

<PropertyDetailView label="GR identifier">
<PropertyDetailView
label="GR identifier"
subLabel="Globally unique, approximately sequential numerical ID assigned to the item in this register.">
<ControlGroup>
<NumericInput
required
Expand Down

0 comments on commit 476245c

Please sign in to comment.