Skip to content

Commit

Permalink
refactored addOnEntry v1
Browse files Browse the repository at this point in the history
  • Loading branch information
duplixx committed Dec 1, 2024
1 parent f92cba1 commit a35b2ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AddOn/core/AddOnEntry/AddOnEntry.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ interface InterfaceAddOnEntryProps {
description?: string; // Optional props
createdBy: string;
component?: string; // Optional props
modified?: any; // Optional props
modified?: boolean; // Optional props
uninstalledOrgs: string[];
getInstalledPlugins: () => void;
}
Expand Down

0 comments on commit a35b2ab

Please sign in to comment.