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"],
|
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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue