mirror of
https://github.com/muerwre/orchidmap-front.git
synced 2025-04-28 12:36:41 +07:00
done update after point delete
This commit is contained in:
parent
121ec610e0
commit
d0b5f3bd94
6 changed files with 13 additions and 15 deletions
|
@ -30,7 +30,7 @@ export const pushLoaderState = state => {
|
|||
document.getElementById('loader-bar').style.width = `${state}%`;
|
||||
};
|
||||
|
||||
export const pushNetworkInitError = state => {
|
||||
export const pushNetworkInitError = () => {
|
||||
document.getElementById('loader-error').style.opacity = 1;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue