mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.
This commit is contained in:
@@ -137,9 +137,7 @@ class _SnippetListPageState extends State<SnippetListPage> {
|
||||
context: context,
|
||||
builder: (_) => TagPicker<Server>(
|
||||
items: provider.servers.values.toList(),
|
||||
containsTag: (t, tag) => t.spi.tags?.contains(tag) ?? false,
|
||||
tags: provider.tags.toSet(),
|
||||
name: (t) => t.spi.id,
|
||||
),
|
||||
);
|
||||
if (servers == null) {
|
||||
|
||||
Reference in New Issue
Block a user