Skip to content

Commit

Permalink
fix: Remove Keys from Form.
Browse files Browse the repository at this point in the history
  • Loading branch information
mathrunet committed Aug 4, 2023
1 parent 43e8b67 commit de790d5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/katana_cli/lib/command/code/value.dart
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ class ${className}Value with _\$${className}Value {
/// ```
static const form = _\$${className}ValueFormQuery();
}
/// [Enum] of the name of the value defined in ${className}Value.
typedef ${className}ValueKeys = _\$${className}ValueKeys;
""";
}
}

0 comments on commit de790d5

Please sign in to comment.