Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanbond committed Apr 16, 2024
1 parent a172e14 commit f936f4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/_classes/componentModal/ComponentModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default class ComponentModal {
});
}

constructor(component, element, isOpened, currentValue, referenceAttributeName = "ref") {
constructor(component, element, isOpened, currentValue, referenceAttributeName = 'ref') {
this._referenceAttributeName = referenceAttributeName;
this.isOpened = isOpened;
this.component = component;
Expand Down

0 comments on commit f936f4a

Please sign in to comment.