This commit is contained in:
Oliver Walters 2021-05-22 21:13:42 +10:00
parent a7d855defe
commit a415a2cd99
5 changed files with 9 additions and 7 deletions

View file

@ -82,9 +82,6 @@ class ImagePickerField extends FormField<File> {
],
),
);
return ListTile(
title: Text(L10().selectImage),
);
}
);
}