tags and organizers work
This commit is contained in:
@@ -404,7 +404,9 @@ class _ItemMenuState extends State<ItemMenu> with ShowErrorDialog {
|
||||
onPressed: () {
|
||||
Navigator.push(
|
||||
context,
|
||||
MaterialPageRoute(builder: (_) => EditEvent(id: id)),
|
||||
MaterialPageRoute(
|
||||
builder: (_) =>
|
||||
EditEvent(id: id, tags: tags, organizers: organizers)),
|
||||
);
|
||||
},
|
||||
backgroundColor: Colors.blue,
|
||||
|
Reference in New Issue
Block a user