boh
This commit is contained in:
@@ -149,7 +149,7 @@ class _TicketListScreenState extends State<TicketListScreen> {
|
||||
),
|
||||
floatingActionButton: FloatingActionButton.extended(
|
||||
onPressed: () {
|
||||
context.pushNamed(Routes.ticketForm, pathParameters: {'id': 'New'});
|
||||
context.pushNamed(Routes.ticketForm, pathParameters: {'id': 'new'});
|
||||
},
|
||||
icon: const Icon(Icons.add),
|
||||
label: const Text('Nuovo Ticket'),
|
||||
|
||||
Reference in New Issue
Block a user