Fix the template page

This commit is contained in:
2025-05-10 22:33:20 +02:00
parent 60bfd9481f
commit 058291fa80
7 changed files with 211 additions and 80 deletions

View File

@@ -76,6 +76,7 @@ class CoreCubit extends Cubit<CoreState> {
_transactionTemplatesStreamSubcription = watchTransactionTemplates(
activeAccount!,
).listen((_) async {
print("UPDATE");
emit(
state.copyWith(
transactionTemplates: await getTransactionTemplates(activeAccount!),