Skip to content

Commit

Permalink
fix: temporarily remove regen:projectDeveloper from omitted keys
Browse files Browse the repository at this point in the history
  • Loading branch information
blushi committed Jun 27, 2024
1 parent 19cc159 commit a3a0e77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export const OMITTED_METADATA_KEYS = [
'schema:name',
'regen:projectSize',
'schema:location',
'regen:projectDeveloper',
// 'regen:projectDeveloper', Temporarily remove from omitted key while Roles form is hidden
...UNANCHORED_PROJECT_KEYS,
];

0 comments on commit a3a0e77

Please sign in to comment.