UI bug fix

This commit is contained in:
sairaj mote 2023-05-01 01:10:26 +05:30
parent 51d34518e2
commit 185fc6a372

View File

@ -1107,7 +1107,7 @@
} }
function buttonLoader(id, show) { function buttonLoader(id, show) {
const button = typeof id === 'string' ? getRef(id) : id; const button = typeof id === 'string' ? document.getElementById(id) : id;
button.disabled = show; button.disabled = show;
const animOptions = { const animOptions = {
duration: 200, duration: 200,