UPD: Refactor program -> profile

This commit is contained in:
Robert Kossessa
2024-01-24 14:24:47 +01:00
parent 4cf55efb2f
commit c10dabb57d
5 changed files with 23 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ import Navbar from '@/components/Navbar.vue'
import ConfigSelect from '@/components/ConfigSelect.vue'
import { ref } from 'vue'
const currentConfigPage = ref('program_settings')
const currentConfigPage = ref('profile_settings')
</script>
<template>