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