FIX: Correctly register 'info' icon (#950)

This icon is not part of the core set. Previously, d-ai was relying on other installed plugins (e.g. data-explorer) to include the icon
This commit is contained in:
David Taylor 2024-11-25 13:20:17 +00:00 committed by GitHub
parent f8231d259b
commit ea24328415
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -167,6 +167,7 @@ module DiscourseAi
end
plugin.register_svg_icon("robot")
plugin.register_svg_icon("info")
plugin.add_to_serializer(
:topic_view,