fix(datagrid): distinguish missing and empty descriptions (#1398)

This commit is contained in:
Ophir LOJKINE
2026-08-23 16:53:05 +02:00
committed by GitHub
parent 29b1b12439
commit 217286f8a8
6 changed files with 22 additions and 0 deletions
+3
View File
@@ -42,6 +42,9 @@
{{/if}}
{{#if description}}
{{description}}
{{else if (eq description "")}}
{{else if icon}}
{{else if image_url}}
{{else}}
{{/if}}