- re enabled CSV export for super user;

This commit is contained in:
Vitalii Kiiko
2025-07-03 08:44:38 +02:00
parent 194ab25c7e
commit 70cb4c99e6
4 changed files with 84 additions and 17 deletions

View File

@@ -75,7 +75,7 @@ const ElementSetting = ({ setting, changeFn, updateDataFn, bandoStatus }) => {
const invalidFormula = (value) => {
try {
const context = getTokens(value)
getTokens(value)
return false;
} catch {
return __('Potrebbe essere un errore nella formula!')