Fixed issue with filters management

This commit is contained in:
Juan Gilsanz Polo 2022-10-03 23:05:25 +02:00
parent 6a5e161fcb
commit f6b890539e
2 changed files with 6 additions and 6 deletions

View file

@ -21,7 +21,7 @@ class ManagementModal extends StatelessWidget {
filter,
value
);
if (result != null ) {
if (result != null) {
if (result != false) {
appConfigProvider.addLog(result['log']);
}