Skip to content

Commit

Permalink
go back to using Settings icon
Browse files Browse the repository at this point in the history
  • Loading branch information
mherman22 authored Nov 24, 2024
1 parent 54cbd97 commit d1d16f8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import {
} from "../../common/CustomNotification.js";
import { FormattedMessage, injectIntl, useIntl } from "react-intl";
import PageBreadCrumb from "../../common/PageBreadCrumb.js";
import { Edit } from "@carbon/icons-react";
import { Settings } from "@carbon/icons-react";
import ActionPaginationButtonType from "../../common/ActionPaginationButtonType.js";

let breadcrumbs = [
Expand Down Expand Up @@ -244,7 +244,7 @@ function TestNotificationConfigMenu() {
id: "testnotification.testdefault.editIcon",
})}
onClick={() => handleEditButtonClick(row.cells[0].value)}
renderIcon={Edit}
renderIcon={Settings}
kind="tertiary"
/>
</TableCell>
Expand Down

0 comments on commit d1d16f8

Please sign in to comment.