Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-07-07 11:54:28 +08:00
parent cae5befa63
commit 1946218df3
21 changed files with 446 additions and 334 deletions

View File

@@ -67,7 +67,7 @@ class _CreateReservePageState extends State<CreateReservePage> {
() => PopupMenuButton(
requestFocus: false,
initialValue: _controller.subType.value,
onSelected: (value) => _controller.subType.value = value,
onSelected: _controller.subType.call,
itemBuilder: (context) {
return const [
PopupMenuItem(