Remove unused flag

This commit is contained in:
Dean 2024-04-23 14:30:34 +01:00
parent 203acc0efd
commit 8791323003
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
name: "Server date",
},
},
...getUserBindings(true),
...getUserBindings(),
]
const getText = filters => {
const count = filters?.filter(filter => filter.field)?.length