mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-10 14:07:59 -06:00
fix: Fixed saved views bug, formatted files, minor changes
This commit is contained in:
@@ -24,7 +24,8 @@ class DetailsItem extends StatelessWidget {
|
||||
}
|
||||
|
||||
DetailsItem.text(
|
||||
String text, {super.key,
|
||||
String text, {
|
||||
super.key,
|
||||
required this.label,
|
||||
required BuildContext context,
|
||||
}) : content = Text(
|
||||
|
||||
Reference in New Issue
Block a user