mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-09 06:07:54 -06:00
feat: Add bulk edit options (WIP)
This commit is contained in:
@@ -80,7 +80,7 @@ class _DocumentFilterFormState extends State<DocumentFilterForm> {
|
||||
slivers: [
|
||||
if (widget.header != null) widget.header!,
|
||||
..._buildFormFieldList(),
|
||||
SliverToBoxAdapter(
|
||||
const SliverToBoxAdapter(
|
||||
child: SizedBox(
|
||||
height: 32,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user