Skip to content

Commit ee5225f

Browse files
committed
add error back to change request dropdown
1 parent e31a84f commit ee5225f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/frontend/src/components/ChangeRequestDropdown.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ const ChangeRequestDropdown = ({ control, name, errors }: ChangeRequestDropdownP
6565
size={'small'}
6666
placeholder={'Change Request Id'}
6767
sx={{ height: 56, width: '100%', textAlign: 'left' }}
68+
error={!!errors.crId}
6869
MenuProps={{
6970
anchorOrigin: {
7071
vertical: 'bottom',

0 commit comments

Comments
 (0)