Skip to content

Commit

Permalink
EPMRPP-96014 || Adjust storybook example
Browse files Browse the repository at this point in the history
  • Loading branch information
maria-hambardzumian committed Nov 6, 2024
1 parent 7f489e7 commit bf2ddbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/table/table.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default meta;

type Story = StoryObj<TableComponentProps>;

const rowActionMenu = (
const renderRowActions = () => (
<Popover
placement={'bottom-end'}
content={
Expand Down Expand Up @@ -151,7 +151,7 @@ export const Default: Story = {
args: {
primaryColumn,
fixedColumns,
rowActionMenu,
renderRowActions,
selectable: true,
},
};

0 comments on commit bf2ddbe

Please # to comment.