MNT Remove TODO comments

This commit is contained in:
Sabina Talipova 2023-10-13 09:07:22 +13:00
parent a7023742a8
commit 9fc704f854
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ class StringTagField extends DropdownField
];
}
}
// @todo do we actually need lazy loading limits for StringTagField?
return array_slice(array_values($items ?? []), 0, $this->getLazyLoadItemLimit());
}