diff --git a/apps/desktop/src/components/grid/DataGrid.vue b/apps/desktop/src/components/grid/DataGrid.vue index d494d251e..6351a3fff 100644 --- a/apps/desktop/src/components/grid/DataGrid.vue +++ b/apps/desktop/src/components/grid/DataGrid.vue @@ -4269,7 +4269,9 @@ const gridContextMenuItems = computed(() => { (value: any) => updateStructuredFilterRule(rule.id, { columnName: String(value) }) " > - + @@ -4289,7 +4291,9 @@ const gridContextMenuItems = computed(() => { (value: any) => updateStructuredFilterRule(rule.id, { mode: value as FilterMode }) " > - + @@ -4315,9 +4319,9 @@ const gridContextMenuItems = computed(() => { />
- {{ t("grid.filterBuilderNoValue") }} + {{ t("grid.filterBuilderNoValue") }}