Removed unused var in table_list_panel.dart

This commit is contained in:
Andrew 2023-04-12 01:31:50 +07:00
parent 6ba57612fa
commit eb5d3e2b70

View file

@ -185,7 +185,7 @@ class _TablesListPanelState extends State<TablesListPanel> {
}
void _openTable(TableModel table) async {
final result = await showFlexibleBottomSheet<void>(
await showFlexibleBottomSheet<void>(
minHeight: 1,
initHeight: 1,
maxHeight: 1,