Resolve Opus review code findings

This commit is contained in:
“Naeel”
2026-09-05 13:11:25 +03:00
parent edf1de5aa2
commit 13ea0efcd7
5 changed files with 25 additions and 26 deletions
@@ -57,11 +57,6 @@ export function initUploadTable(cfg) {
state.fileKeys.clear();
render(state, elements);
},
setBusy: (busy) => {
state.busy = busy;
elements.fileInputEl.disabled = busy;
elements.folderInputEl.disabled = busy;
},
};
api.render();
return api;