remove unnessasary comments
This commit is contained in:
@@ -72,10 +72,6 @@ class _ProfileUserUpdateState extends State<ProfileUserUpdate> {
|
|||||||
signedInUser: widget.signedInUser,
|
signedInUser: widget.signedInUser,
|
||||||
hintText: "Title",
|
hintText: "Title",
|
||||||
dropdownOptions: const <String>["Dr.", "Assistant"],
|
dropdownOptions: const <String>["Dr.", "Assistant"],
|
||||||
// const <DropdownMenuEntry<String>>[
|
|
||||||
// DropdownMenuEntry(value: "Dr.", label: "Dr."),
|
|
||||||
// DropdownMenuEntry(value: "Assistant", label: "Assistant"),
|
|
||||||
// ],
|
|
||||||
required: true,
|
required: true,
|
||||||
),
|
),
|
||||||
const SizedBox(height: 10.0),
|
const SizedBox(height: 10.0),
|
||||||
|
|||||||
Reference in New Issue
Block a user