mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
committed by
Tim Abbott
parent
1e948ab405
commit
e82c879b85
@@ -89,6 +89,8 @@ exports.add_custom_profile_fields_to_settings = function () {
|
||||
type = "date";
|
||||
} else if (field_type === "URL") {
|
||||
type = "url";
|
||||
} else if (field_type === "User") {
|
||||
type = "user";
|
||||
} else {
|
||||
blueslip.error("Undefined field type.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user