working on editing med feeds again

This commit is contained in:
Paul Wilde 2023-03-23 18:18:58 +00:00
parent 342bbfc9bc
commit d4f7fa7337

View file

@ -18,7 +18,7 @@ export default {
mounted(){ mounted(){
setTimeout(() => { setTimeout(() => {
this.isLoading = false; this.isLoading = false;
},3000); },1500);
} }
} }
</script> </script>