diff --git a/frontend/src/lib/components/table/AutoDataTable.svelte b/frontend/src/lib/components/table/AutoDataTable.svelte index 531da60548..35b269076c 100644 --- a/frontend/src/lib/components/table/AutoDataTable.svelte +++ b/frontend/src/lib/components/table/AutoDataTable.svelte @@ -378,7 +378,7 @@ {:else} {@const txt = - value == undefined + value == undefined || value == null ? '' : typeof value != 'string' ? JSON.stringify(value) @@ -391,7 +391,7 @@