Fixed delete workflow and added additional profile info
This commit is contained in:
@@ -98,6 +98,9 @@ export type BirdRow = {
|
||||
name: string;
|
||||
tag_id: string | null;
|
||||
species: string;
|
||||
motivators: string | null;
|
||||
demotivators: string | null;
|
||||
favorite_snack: string | null;
|
||||
gender: BirdGender;
|
||||
date_of_birth: string | null;
|
||||
gotcha_day: string | null;
|
||||
|
||||
Reference in New Issue
Block a user