Skip to content

Commit

Permalink
Key: Into<AddKey> for List View
Browse files Browse the repository at this point in the history
  • Loading branch information
namse authored Aug 2, 2024
1 parent 614b7fa commit 4f9c245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion namui/namui-prebuilt/src/dropdown/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl Component for Dropdown<'_> {
}
_ => {}
});
(item_index.to_string().into(), item_component)
(item_index, item_component)
}),
})
.add(simple_rect(
Expand Down

0 comments on commit 4f9c245

Please sign in to comment.