Fixes the restore loading icon appearing continuously.
Signed-off-by: Abijeet <abijeetpatro@gmail.com>
This commit is contained in:
parent
470310b3bf
commit
55216e6b95
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@
|
|||
else {
|
||||
self._removeCallback(result);
|
||||
}
|
||||
self.fileMultiSelectMenu.toggleLoading('restore', true);
|
||||
self.fileMultiSelectMenu.toggleLoading('restore', false);
|
||||
}
|
||||
);
|
||||
event.preventDefault();
|
||||
|
|
Loading…
Reference in a new issue