DEV: Add PluginOutlet wrapping user notifications EmptyState (#25406)

This commit is contained in:
Mark VanLandingham 2024-01-24 11:34:43 -06:00 committed by GitHub
parent 4bef6fbd62
commit 9130a3cafd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,10 +7,12 @@
{{/if}}
</div>
{{else if this.doesNotHaveNotifications}}
<EmptyState
@title={{i18n "user.no_notifications_page_title"}}
@body={{this.emptyStateBody}}
/>
<PluginOutlet @name="user-notifications-empty-state">
<EmptyState
@title={{i18n "user.no_notifications_page_title"}}
@body={{this.emptyStateBody}}
/>
</PluginOutlet>
{{else}}
<div class="user-notifications-filter">
<NotificationsFilter