fix: give better id to delete button

This commit is contained in:
Anna 2021-12-14 04:30:00 -05:00
parent 8cd113a610
commit edc66131f5
Signed by: anna
GPG Key ID: 0B391D8F06FCD9E0
1 changed files with 1 additions and 1 deletions

View File

@ -736,7 +736,7 @@ namespace Glamaholic.Ui {
for (var i = 0; i < plate.Tags.Count; i++) {
var tag = plate.Tags[i];
if (Util.IconButton(FontAwesomeIcon.Times, $"{i}")) {
if (Util.IconButton(FontAwesomeIcon.Times, $"remove-tag-{i}")) {
toRemove = i;
}