Skip to content

Commit

Permalink
portal/client: Needless user in extensions, and setting default value
Browse files Browse the repository at this point in the history
  • Loading branch information
rbatistadev committed Jan 2, 2025
1 parent dccc6f9 commit 338e8d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/portal/client/src/entities/Extension/Extension.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,9 @@ const properties: ExtensionProperties = {
},
user: {
label: _('User', { count: 1 }),
required: true,
required: false,
default: '__null__',
null: _('Unassigned'),
},
friendValue: {
label: _('Friend value'),
Expand Down

0 comments on commit 338e8d6

Please sign in to comment.