mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
custom_profile_fields: Add "required" parameter to the profile fields.
Fixes #28512.
This commit is contained in:
@@ -22,6 +22,7 @@ class ProfileDataElementBase(TypedDict, total=False):
|
||||
type: int
|
||||
hint: str
|
||||
display_in_profile_summary: bool
|
||||
required: bool
|
||||
field_data: str
|
||||
order: int
|
||||
|
||||
|
||||
Reference in New Issue
Block a user