mirror of
https://github.com/HendrikRauh/inventree-app.git
synced 2026-01-13 19:46:25 +00:00
Edit attachment (#598)
* Edit attachment - Allow editing of attachments once updloaed * Update release notes * Remove duplicate func
This commit is contained in:
parent
94d43bc377
commit
1363f7ee3a
5 changed files with 58 additions and 4 deletions
|
|
@ -43,7 +43,12 @@ mixin BaseWidgetProperties {
|
|||
return SingleChildScrollView(
|
||||
physics: AlwaysScrollableScrollPhysics(),
|
||||
child: Column(
|
||||
children: getTiles(context)
|
||||
children: [
|
||||
ListView(
|
||||
children: getTiles(context),
|
||||
shrinkWrap: true,
|
||||
)
|
||||
],
|
||||
)
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue