mirror of
https://github.com/inventree/inventree-app.git
synced 2025-06-16 12:15:31 +00:00
Edit attachment (#598)
* Edit attachment - Allow editing of attachments once updloaed * Update release notes * Remove duplicate func
This commit is contained in:
@ -43,7 +43,12 @@ mixin BaseWidgetProperties {
|
||||
return SingleChildScrollView(
|
||||
physics: AlwaysScrollableScrollPhysics(),
|
||||
child: Column(
|
||||
children: getTiles(context)
|
||||
children: [
|
||||
ListView(
|
||||
children: getTiles(context),
|
||||
shrinkWrap: true,
|
||||
)
|
||||
],
|
||||
)
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user