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 committed Jan 16, 2025
1 parent c119cff commit cac01b3
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 @@ -248,7 +248,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 cac01b3

Please sign in to comment.