generated from dellevin/template
1
This commit is contained in:
@@ -263,7 +263,7 @@ class _BookFormPageState extends State<BookFormPage> {
|
||||
icon: Icons.category_outlined,
|
||||
onTap: () async {
|
||||
final provider = context.read<AppProvider>();
|
||||
final tags = await provider.getTags('book_genre');
|
||||
final tags = await provider.getTags('book_genre', excludeHidden: true);
|
||||
final existingNames = tags.map((t) => t['name'] as String).toList();
|
||||
if (mounted) {
|
||||
_showMultiValueDialog(
|
||||
|
||||
Reference in New Issue
Block a user