Hide loader before displaying blocking error message
This commit is contained in:
parent
bd1f09c644
commit
9b7a0f3d35
|
@ -8194,6 +8194,7 @@ jQuery(async function () {
|
|||
$('#option_select_chat').trigger('click');
|
||||
$('#options').hide();
|
||||
} catch {
|
||||
hideLoader();
|
||||
await delay(500);
|
||||
await callPopup('An error has occurred. Chat was not renamed.', 'text');
|
||||
} finally {
|
||||
|
|
Loading…
Reference in New Issue