boh
This commit is contained in:
@@ -193,6 +193,6 @@ class _OperationListScreenState extends State<OperationListScreen> {
|
||||
}
|
||||
|
||||
void startNewOperation(BuildContext context) {
|
||||
context.pushNamed('operation-form');
|
||||
context.pushNamed('operation-form', pathParameters: {'id': 'new'});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user