From e8ffece33ca05399ac39b345b2aeaa4494888dba Mon Sep 17 00:00:00 2001 From: Andrew nuark G Date: Sun, 30 Apr 2023 18:49:09 +0700 Subject: [PATCH] Update caused by API lib update --- lib/pages/dialogs/open_table_dialog.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/pages/dialogs/open_table_dialog.dart b/lib/pages/dialogs/open_table_dialog.dart index 39c8b49..ceb6cd0 100644 --- a/lib/pages/dialogs/open_table_dialog.dart +++ b/lib/pages/dialogs/open_table_dialog.dart @@ -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 { description: "", fid: "", tags: "", + mime: "", )); return ad.first["name"].toString();