Skip to content

Commit

Permalink
✨ change icons in S_g table
Browse files Browse the repository at this point in the history
Signed-off-by: MiriSafra <M0533175827@gmail.com>
  • Loading branch information
MiriSafra committed Sep 16, 2024
1 parent 1b1dd6d commit 9322808
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ import {
} from "@app/queries/stakeholdergroups";
import { NotificationsContext } from "@app/components/NotificationsContext";
import { StakeholderGroupForm } from "./components/stakeholder-group-form";
import { AppTableActionButtons } from "@app/components/AppTableActionButtons";
import { ConditionalRender } from "@app/components/ConditionalRender";
import { AppPlaceholder } from "@app/components/AppPlaceholder";
import { ConfirmDialog } from "@app/components/ConfirmDialog";
Expand All @@ -52,6 +51,7 @@ import {
import { useLocalTableControls } from "@app/hooks/table-controls";
import spacing from "@patternfly/react-styles/css/utilities/Spacing/spacing";
import CubesIcon from "@patternfly/react-icons/dist/js/icons/cubes-icon";
import { ControlTableActionButtons } from "../ControlTableActionButtons";

export const StakeholderGroups: React.FC = () => {
const { t } = useTranslation();
Expand Down Expand Up @@ -284,7 +284,7 @@ export const StakeholderGroups: React.FC = () => {
>
{stakeholderGroup.stakeholders?.length}
</Td>
<AppTableActionButtons
<ControlTableActionButtons
onEdit={() =>
setCreateUpdateModalState(stakeholderGroup)
}
Expand Down

0 comments on commit 9322808

Please sign in to comment.