Compare commits

..

1 commit

Author SHA1 Message Date
Manthan Ankolekar
5796b33d4c
Merge ddf35ec96f into be2faf64ce 2024-12-24 11:33:04 +05:30

View file

@ -12,7 +12,7 @@ export default {
components: { components: {
MonitorList, MonitorList,
}, },
mixins: [ mobileMixin ], mixins: [mobileMixin],
created() { created() {
if (!this.isMobile) { if (!this.isMobile) {
this.$router.push("/dashboard"); this.$router.push("/dashboard");