Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit ea24328

Browse files
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
1 parent f8231d2 commit ea24328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/ai_bot/entry_point.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,7 @@ def inject_into(plugin)
167167
end
168168

169169
plugin.register_svg_icon("robot")
170+
plugin.register_svg_icon("info")
170171

171172
plugin.add_to_serializer(
172173
:topic_view,

0 commit comments

Comments
 (0)