Feature/21 pilots view #23

Merged
noahspannbauer merged 4 commits from feature/21-pilots-view into main 2024-10-03 21:43:11 -04:00
Showing only changes of commit e09b3b337a - Show all commits

View File

@@ -62,7 +62,7 @@ const PilotForm: React.FC<IPilotFormProps> = ({
const divElement: HTMLDivElement = event.target as HTMLDivElement;
methods.setValue('id', divElement.id);
methods.setValue('name', divElement.textContent);
methods.setValue('name', divElement.textContent!);
setPeoplePickerResults([]);
};