diff --git a/src/common/const.js b/src/common/const.js index 3b34a75c28..b5624dfc7c 100644 --- a/src/common/const.js +++ b/src/common/const.js @@ -49,7 +49,8 @@ export const DOMAINS_HIDE_MORE_INFO = [ 'input_number', 'input_select', 'input_text', - 'scene' + 'scene', + 'weblink' ]; /** Domains that should have the history hidden in the more info dialog. */