chore(SidebarDraggableComponent): remove unused "Share" option from the select dropdown

The "Share" option was removed from the select dropdown in the SidebarDraggableComponent component. This option was not being used and was unnecessary, so it was removed to improve code cleanliness and remove potential confusion for developers working on this component.
This commit is contained in:
anovazzi1 2023-10-24 16:24:41 -03:00
commit e59d20e3f2

View file

@ -97,15 +97,6 @@ export default function SidebarDraggableComponent({
/>
</SelectTrigger>
<SelectContent>
<SelectItem value={"share"}>
<div className="flex">
<IconComponent
name="Share2"
className="relative top-0.5 mr-2 h-4 w-4"
/>{" "}
Share{" "}
</div>{" "}
</SelectItem>
<SelectItem value={"download"}>
<div className="flex">
<IconComponent