Update caused by API lib update

This commit is contained in:
Andrew 2023-04-30 18:49:09 +07:00
parent de719679db
commit e8ffece33c

View file

@ -251,6 +251,7 @@ class OpenTableController extends GetxController {
description: e["description"], description: e["description"],
fid: "", fid: "",
tags: "", tags: "",
mime: "",
)) ))
.toList(growable: false); .toList(growable: false);
}(), }(),
@ -881,6 +882,7 @@ class OpenTableDialog extends GetView<OpenTableController> {
description: "", description: "",
fid: "", fid: "",
tags: "", tags: "",
mime: "",
)); ));
return ad.first["name"].toString(); return ad.first["name"].toString();