removed some TODO tags

This commit is contained in:
2024-04-12 11:53:56 +02:00
parent b274cd4ad2
commit 12c6c665fc
5 changed files with 4 additions and 10 deletions

View File

@@ -356,7 +356,6 @@ export class ControlsColumn extends DataColumn {
key: "button-" + index,
}
// TODO: icon button!
if (button.hasOwnProperty("disabled")) {
props.disabled = typeof button.disabled === 'function'
? button.disabled(entry, index)