From 454a343188b35c90bdf169df255a8f036c47dab2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Saquetim?= <1108771+megothss@users.noreply.github.com> Date: Tue, 14 May 2024 21:40:38 -0300 Subject: [PATCH] DEV: Add plugin outlets on the user-dropdown/notifications component (#27025) --- .../app/components/header/user-dropdown/notifications.gjs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/assets/javascripts/discourse/app/components/header/user-dropdown/notifications.gjs b/app/assets/javascripts/discourse/app/components/header/user-dropdown/notifications.gjs index cf6c70a1efc..f09cd9f029a 100644 --- a/app/assets/javascripts/discourse/app/components/header/user-dropdown/notifications.gjs +++ b/app/assets/javascripts/discourse/app/components/header/user-dropdown/notifications.gjs @@ -2,6 +2,7 @@ import Component from "@glimmer/component"; import { hash } from "@ember/helper"; import { service } from "@ember/service"; import { htmlSafe } from "@ember/template"; +import PluginOutlet from "discourse/components/plugin-outlet"; import { addExtraUserClasses, renderAvatar, @@ -44,6 +45,7 @@ export default class Notifications extends Component { } }