We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b72253 commit 2076134Copy full SHA for 2076134
app/routes/Tables/ExtendedTable/components/CustomSizePerPageButton.js
@@ -12,7 +12,7 @@ export const CustomSizePerPageButton = ({
12
options,
13
currSizePerPage,
14
onSizePerPageChange,
15
- ...ddProps,
+ ...ddProps
16
}) => (
17
<UncontrolledButtonDropdown { ...ddProps }>
18
<DropdownToggle size="sm" color="link" className="text-decoration-none">
0 commit comments