mirror of
https://github.com/gurucomputing/headscale-ui.git
synced 2026-07-25 17:04:10 +00:00
removed artificial delay in groups view
This commit is contained in:
parent
438639804f
commit
df2737e0ef
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@
|
|||
let componentLoaded = false;
|
||||
|
||||
onMount(async () => {
|
||||
// Display component frontend
|
||||
await new Promise((r) => setTimeout(r, 200));
|
||||
componentLoaded = true;
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue