edit window: fixup syntax mis-hap

argh, it's was a bit to late for the previous clean-up and I forgot to
drop a closing parenthesis after reworking the if expression (and did
test again...).

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2024-04-20 20:43:19 +02:00
parent 1689e53f6f
commit 82bb667f05

View File

@ -351,7 +351,7 @@ Ext.define('Proxmox.window.Edit', {
me.buttons = [submitBtn];
if (!me.isCreate && me.showReset)) {
if (!me.isCreate && me.showReset) {
me.tools = [resetTool];
}