Skip to content

Commit

Permalink
fix columns class name in non modular typings
Browse files Browse the repository at this point in the history
  • Loading branch information
volkanceylan committed Jul 28, 2023
1 parent da344dc commit a48b5de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


namespace {{ModuleNamespace}} {
export class {{ColumnsClass}} {
export class {{ColumnsClassName}} {
static columnsKey = '{{ColumnsKey}}';
}
}

0 comments on commit a48b5de

Please sign in to comment.