mirror of
https://github.com/discourse/discourse-ai.git
synced 2025-07-04 05:22:14 +00:00
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:
parent
f8231d259b
commit
ea24328415
@ -167,6 +167,7 @@ module DiscourseAi
|
||||
end
|
||||
|
||||
plugin.register_svg_icon("robot")
|
||||
plugin.register_svg_icon("info")
|
||||
|
||||
plugin.add_to_serializer(
|
||||
:topic_view,
|
||||
|
Loading…
x
Reference in New Issue
Block a user