Removed unused var in table_list_panel.dart
This commit is contained in:
parent
6ba57612fa
commit
eb5d3e2b70
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue