remove unnessasary comments
This commit is contained in:
parent
53f7a12990
commit
f95a016273
1 changed files with 0 additions and 4 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue