Skip to content

Commit

Permalink
Fix 'field' name duplication in field template
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Mar 20, 2024
1 parent 19dc2a4 commit c220d58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/templates/TemplateField.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export type __fullPascalCase__Options = InputFieldOptions & {
};

/** */
export class __fullPascalCase__Field extends BaseField<__fullPascalCase__Options> {
export class __fullPascalCase__ extends BaseField<__fullPascalCase__Options> {
readonly formComponent: FormFieldTheme = '__baseSnakeCase__';
readonly viewComponent: ViewFieldTheme = '__baseSnakeCase__';
}

0 comments on commit c220d58

Please sign in to comment.