]> git.proxmox.com Git - proxmox-widget-toolkit.git/commit
form: displaye-edit: add one of the two missing returns
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 14:00:30 +0000 (15:00 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 17 Nov 2023 14:00:32 +0000 (15:00 +0100)
commit15f0d995348574911ae25c284c6d71ec71402a66
tree520672d89ec1f8d06cf9543f224d758cf4d976ca
parente34b0f4a12e04a2b9d8cc750cbbe6238508e0e13
form: displaye-edit: add one of the two missing returns

the other one _should_ not be problematic, as field-container itself
isn't picked up as a "real" field itself, but we might bind to that
somewhere, where enabling could break this.

The editable one seems to not be used yet, according to Dominik, so
fix that now already.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
src/form/DisplayEdit.js