Skip to content

Commit

Permalink
Remove unneeded style override
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobtylerwalls committed Dec 3, 2024
1 parent 81ab972 commit 2de2dca
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions arches_lingo/src/arches_lingo/components/tree/ConceptTree.vue
Original file line number Diff line number Diff line change
Expand Up @@ -263,11 +263,6 @@ await initializeTree();
},
},
},
pcFilterIconContainer: {
root: {
style: { top: '30%' },
},
},
nodeIcon: ({ instance }: TreePassThroughMethodOptions) => {
return { ariaLabel: instance.node.iconLabel };
},
Expand Down

0 comments on commit 2de2dca

Please sign in to comment.