Skip to content

Commit

Permalink
fix: remove download templates icon and unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Nov 7, 2023
1 parent 500d258 commit c3ec732
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/taxonomy/TaxonomyListPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ import {
CardView,
Container,
DataTable,
Dropdown,
DropdownButton,
OverlayTrigger,
Spinner,
Tooltip,
} from '@edx/paragon';
import {
Add,
Expand All @@ -26,7 +22,7 @@ const TaxonomyListHeaderButtons = () => {
const intl = useIntl();
return (
<>
<Button iconBefore={Add} variant="outline-primary" disabled>
<Button variant="outline-primary" disabled>
{intl.formatMessage(messages.downloadTemplateButtonLabel)}
</Button>
<Button iconBefore={Add} onClick={() => importTaxonomy()}>
Expand Down

0 comments on commit c3ec732

Please sign in to comment.