summaryrefslogtreecommitdiff
path: root/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue')
-rw-r--r--src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
index 1725b66e..928d716e 100644
--- a/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
+++ b/src/views/Health/HardwareStatus/HardwareStatusTableStystem.vue
@@ -112,7 +112,7 @@ export default {
},
created() {
this.$store.dispatch('system/getSystem').finally(() => {
- // Emit intial data fetch complete to parent component
+ // Emit initial data fetch complete to parent component
this.$root.$emit('hardwareStatus::system::complete');
});
}