Skip to content

Commit

Permalink
Merge pull request #75 from AplinkosMinisterija/researches/newFields
Browse files Browse the repository at this point in the history
Researches/new fields
  • Loading branch information
LWangllix authored Apr 16, 2024
2 parents 7052ccf + 170a6c4 commit 12459da
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions src/components/forms/ResearchForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,8 @@ const ResearchForm = () => {
endAt: undefined,
predatoryFishesRelativeAbundance: '',
predatoryFishesRelativeBiomass: '',
totalBiomass: '',
totalFishesAbundance: '',
averageWeight: '',
valuableFishesRelativeBiomass: '',
conditionIndex: '',
Expand Down
4 changes: 2 additions & 2 deletions src/utils/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ export interface Research {
totalBiomass: string;
};
fishes?: ResearchFish[];
totalFishesAbundance?: number;
totalBiomass?: number;
totalFishesAbundance?: string;
totalBiomass?: string;
tenant?: Tenant;
user?: User;
previous?: Research;
Expand Down

0 comments on commit 12459da

Please sign in to comment.