2
0
mirror of https://github.com/inventree/inventree-app.git synced 2025-06-13 18:55:34 +00:00
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),
);
}
);
}