Skip to content

Commit

Permalink
Merge pull request #362 from rustprooflabs/add-row-to-insert
Browse files Browse the repository at this point in the history
Change add_row to insert
  • Loading branch information
rustprooflabs authored Sep 17, 2023
2 parents 55629f3 + 3523d06 commit e0ea177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flex-config/style/tags.lua
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function process(object)
if clean_tags(object.tags) then
return
end
tags_table:add_row({
tags_table:insert({
tags = object.tags
})
end
Expand Down

0 comments on commit e0ea177

Please sign in to comment.