Update caused by API lib update
This commit is contained in:
parent
de719679db
commit
e8ffece33c
1 changed files with 2 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue