Skip to content

Commit

Permalink
Merge branch 'develop' into feature/contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
luciatugui committed Sep 23, 2024
2 parents 848ec8c + f6b11e6 commit 2af2de6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import React, { useState } from 'react';
import { InfoParagraph } from '../InfoParagraph';
import { ContractTerms } from './ContractTerms';
import { useTranslation } from 'react-i18next';
import { Signatures } from '../Signatures';
import { useOrganizationQuery } from '../../services/organization/organization.service';
import LoadingContent from '../LoadingContent';
import { OrganizationDataError } from '../OrganizationDataError';
import { Control, FieldErrors, FieldValues, UseFormGetValues, UseFormReset } from 'react-hook-form';
import { Signatures } from '../Signatures';

export const ContractTemplatePreview = ({
control,
Expand Down

0 comments on commit 2af2de6

Please sign in to comment.