Update dialog.dart
This commit is contained in:
parent
03cb8acbcb
commit
b7f16997b1
@ -467,7 +467,7 @@ void showRequestElevationDialog(String id, OverlayDialogManager dialogManager) {
|
|||||||
decoration: InputDecoration(
|
decoration: InputDecoration(
|
||||||
isDense: true,
|
isDense: true,
|
||||||
contentPadding: EdgeInsets.symmetric(vertical: 15),
|
contentPadding: EdgeInsets.symmetric(vertical: 15),
|
||||||
hintText: 'eg: admin',
|
hintText: translate('eg: admin'),
|
||||||
errorText: errUser.isEmpty ? null : errUser.value),
|
errorText: errUser.isEmpty ? null : errUser.value),
|
||||||
onChanged: (s) {
|
onChanged: (s) {
|
||||||
if (s.isNotEmpty) {
|
if (s.isNotEmpty) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user