mirror of
https://github.com/mickael-kerjean/filestash
synced 2025-12-06 08:22:24 +01:00
fix (linter): linting error
This commit is contained in:
parent
a83aed5a4c
commit
87ec71b3cb
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ export default function(render, { acl$, getFilename, getDownloadUrl }) {
|
|||
}))),
|
||||
rxjs.mergeMap((formSpec) => rxjs.from(createForm(formSpec, formTmpl({
|
||||
renderInput: (opts) => {
|
||||
let $el = $renderInput({ autocomplete: true })(opts);
|
||||
const $el = $renderInput({ autocomplete: true })(opts);
|
||||
if ($el.hasAttribute("disabled")) {
|
||||
$el.removeAttribute("disabled");
|
||||
$el.setAttribute("readonly", "true");
|
||||
|
|
|
|||
Loading…
Reference in a new issue