fix project id

pull/12/head
Elham Rababah 6 years ago
parent 41d9101ca4
commit 6090816dc3

@ -155,7 +155,10 @@ class _LoginFormState extends State<LoginForm> {
);
}).toList(),
onChanged: (value) {
userInfo.ProjectID = value;
print(value);
setState(() {
userInfo.ProjectID = value;
});
}),
buildSizedBox(),
Row(
@ -187,7 +190,7 @@ class _LoginFormState extends State<LoginForm> {
side: BorderSide(width: 0.5, color: Hexcolor('#CCCCCC'))),
child: Container(
padding: const EdgeInsets.all(10.0),
height:50,
height: 50,
width: SizeConfig.widthMultiplier * 30,
child: Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,

Loading…
Cancel
Save