fix lets
gitea/salix/pipeline/head This commit looks good
Details
gitea/salix/pipeline/head This commit looks good
Details
This commit is contained in:
parent
a7ec8d6e69
commit
d9cf194873
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue