Skip to content

Commit

Permalink
fix: merge conflicts
Browse files Browse the repository at this point in the history
Signed-off-by: Krishna Waske <[email protected]>
  • Loading branch information
GHkrishna committed Jun 5, 2024
1 parent 66c6e0b commit bae01f7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/components/organization/EditOrgdetailsModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,6 @@ interface IUpdateOrgPayload {
logo?: string;
}

interface IUpdateOrgPayload {
orgId: string | undefined;
name: string;
description: string;
website: string;
isPublic: boolean | undefined;
logo?: string;
}

const EditOrgdetailsModal = (props: EditOrgdetailsModalProps) => {
const [logoImage, setLogoImage] = useState<ILogoImage>({
logoFile: '',
Expand Down

0 comments on commit bae01f7

Please sign in to comment.