fix(datagrid): distinguish missing and empty descriptions (#1398)
This commit is contained in:
@@ -42,6 +42,9 @@
|
||||
{{/if}}
|
||||
{{#if description}}
|
||||
{{description}}
|
||||
{{else if (eq description "")}}
|
||||
{{else if icon}}
|
||||
{{else if image_url}}
|
||||
{{else}}
|
||||
–
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user