Skip to content

Commit

Permalink
Update AddOwnerModal.tsx
Browse files Browse the repository at this point in the history
removing console.log
  • Loading branch information
jjoyce0510 authored Apr 26, 2022
1 parent 30354b6 commit ac652ae
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type SelectedActor = {
};

export const AddOwnerModal = ({ urn, type, visible, hideOwnerType, defaultOwnerType, onClose, refetch }: Props) => {
console.log('defaultOwnerType', defaultOwnerType);
const entityRegistry = useEntityRegistry();
const [selectedActor, setSelectedActor] = useState<SelectedActor | undefined>(undefined);
const [selectedOwnerType, setSelectedOwnerType] = useState<OwnershipType>(defaultOwnerType || OwnershipType.None);
Expand Down

0 comments on commit ac652ae

Please sign in to comment.