Skip to content

Commit

Permalink
Change popup message
Browse files Browse the repository at this point in the history
  • Loading branch information
IanMayo committed Jan 23, 2024
1 parent c0f638b commit 02a49fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/resources/reference-data/ReferenceDataForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ const ChangeId = ({ handleClose, name }: Props): React.ReactElement => {
return (
<Box sx={style}>
<Typography variant='h6'>
Changing the Id of a row may cause an element does not exist error
Changing the Id of a row that is in use in VAL may silently fail. Please
check the displayed value.
</Typography>
<FlexBox marginTop='20px' justifyContent='center'>
<Button
Expand Down

0 comments on commit 02a49fa

Please sign in to comment.