Skip to content

Commit

Permalink
fix: issue where attributes could not be passed to the element
Browse files Browse the repository at this point in the history
  • Loading branch information
theinfiltrator7 authored and davidacevedo committed Feb 22, 2023
1 parent dd27ca8 commit 19233ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Placeholder.js
Expand Up @@ -38,7 +38,7 @@ function Placeholder(props) {
...attributes
} = props;

let { attributes: modifiedAttributes, colClasses } = getColumnClasses(
let { modifiedAttributes, colClasses } = getColumnClasses(
attributes,
cssModule,
widths,
Expand Down

0 comments on commit 19233ae

Please sign in to comment.