mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 04:07:56 -06:00
feat: Further migrations to go_router, add onclick to document previews
This commit is contained in:
@@ -8,7 +8,7 @@ class LabelText<T extends Label> extends StatelessWidget {
|
||||
const LabelText({
|
||||
super.key,
|
||||
this.style,
|
||||
this.placeholder = "",
|
||||
this.placeholder = "-",
|
||||
required this.label,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user