Handle card rendering errors to show in ui
This commit is contained in:
@ -119,6 +119,7 @@ class CardType {
|
||||
static const MARKDOWN = "markdown";
|
||||
static const LIGHT = "light";
|
||||
static const ENTITY_FILTER = "entity-filter";
|
||||
static const UNKNOWN = "unknown";
|
||||
}
|
||||
|
||||
class Sizes {
|
||||
|
Reference in New Issue
Block a user