From 90260098428d0949699477311ef01a284573a70e Mon Sep 17 00:00:00 2001 From: Joakim Plate Date: Thu, 18 Dec 2025 12:43:48 +0100 Subject: [PATCH] Let event domain expose attributes in gui (#28486) --- src/dialogs/more-info/const.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dialogs/more-info/const.ts b/src/dialogs/more-info/const.ts index 8e27ef1340..74b9eb7a49 100644 --- a/src/dialogs/more-info/const.ts +++ b/src/dialogs/more-info/const.ts @@ -88,7 +88,6 @@ export const DOMAINS_HIDE_DEFAULT_MORE_INFO = [ "select", "text", "update", - "event", ]; /** Domains that should have the history hidden in the more info dialog. */