Skip to content

Commit

Permalink
Fixed linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Austerschulte committed Jun 14, 2024
1 parent 77e2063 commit 7ffa34a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class DatatableActionDefinitionFactory {

private supportedIds: Array<string>;

constructor(props: Record<string, any>) {
constructor() {
this.supportedIds = [ID];
}

Expand Down

0 comments on commit 7ffa34a

Please sign in to comment.