Skip to content

Commit

Permalink
Fix components inner table typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Insality committed Jan 11, 2025
1 parent ae33b08 commit db0c4c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion druid/system/druid_instance.lua
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ local function create_widget(self, widget_class)
})

local uid = base_component.create_uid()
instance._components = {
instance._component = {
_uid = uid,
name = "Druid Widget #" .. uid,
input_priority = const.PRIORITY_INPUT,
Expand Down

0 comments on commit db0c4c8

Please sign in to comment.