fix lets
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Pau 2023-02-03 12:38:56 +01:00
parent a7ec8d6e69
commit d9cf194873
1 changed files with 2 additions and 2 deletions

View File

@ -33,8 +33,8 @@ function vnUserAcl(aclService) {
if (hasAny) return;
if (action === 'disable') {
const element = $element[0];
const elementToDisable = element.$ctrl;
let element = $element[0];
let elementToDisable = element.$ctrl;
if (!(elementToDisable instanceof FormInput)) {
const selector = 'input, textarea, button, submit';