Skip to content

Commit

Permalink
removed unused interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pachonjcl committed Jun 12, 2024
1 parent 3676ac0 commit 4a557c7
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/admin/components/ResourceTabs/AuditLogTab/AuditLogTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@ interface IProps extends Omit<TabProps, "label" | "children"> {
entity?: Entity["entityName"];
}

export interface EntityList {
poly_name?: string | undefined;
name?: string | undefined;
uuid?: string | undefined;
value?: string | undefined;
meta?: string | undefined;
status?: string | undefined;
}

const AuditLogTab: FC<IProps> = ({ label, entity, ...rest }) => {
const [buttonToogle, setButtonToogle] = useState(AuditLogButtonStates.PROJECT);
const { record, isLoading } = useShowContext();
Expand Down

0 comments on commit 4a557c7

Please sign in to comment.