Skip to content

Commit

Permalink
fix(simpletableheader): makes getActions optional
Browse files Browse the repository at this point in the history
SXT-1012

Signed-off-by: Jimmy Holway <jimmy@blockchaintp.com>
  • Loading branch information
Jimmy Holway committed Jun 13, 2023
1 parent 4a29b61 commit f139556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/table/SimpleTableHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const Actions = styled('div')({
interface SimpleTableHeaderProps {
title: string
getTitle?: () => React.ReactNode
getActions: () => React.ReactNode
getActions?: () => React.ReactNode
titleVariant?: string
titleClassname?: string
}
Expand Down

0 comments on commit f139556

Please sign in to comment.