removed redundant comment

This commit is contained in:
adisposkofh
2026-05-18 11:39:03 +02:00
parent 89814d1db2
commit a3dd5a188b
-1
View File
@@ -270,7 +270,6 @@ export const CoreFilterCmpt = {
persistence: this.persistence,
}, ...(this.tabulatorOptions || {})};
// set up localizations if required
if (tabulatorOptions.locale) {
tabulatorOptions = await this.configureTabulatorLocalizations(tabulatorOptions);
}