chore: counter should be 20 not 0 :/ (#12555)
This commit is contained in:
parent
4a67d66ec5
commit
def4b95616
1 changed files with 1 additions and 1 deletions
|
|
@ -85,7 +85,7 @@ export default class DataUpdateScriptController extends Controller {
|
|||
}
|
||||
},
|
||||
);
|
||||
if (counter > 0) {
|
||||
if (counter > 20) {
|
||||
clearInterval(pollForStatus);
|
||||
this.setErrorBanner(
|
||||
runAtColumn,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue