+
+
+ Salix
+
+
+ {{ t('Home') }}
+
+
-
-
+
+
{{ t('globals.noPinnedModules') }}
-
+
+
+
+en:
+ Home: Home
+es:
+ Home: Inicio
+
diff --git a/src/pages/Customer/CustomerCreate.vue b/src/pages/Customer/CustomerCreate.vue
index 7cf260a73..d87af6cab 100644
--- a/src/pages/Customer/CustomerCreate.vue
+++ b/src/pages/Customer/CustomerCreate.vue
@@ -5,12 +5,7 @@ const customer = reactive({
name: '',
});
-watch(
- () => customer.name,
- () => {
- console.log('customer.name changed');
- }
-);
+watch(() => customer.name);
diff --git a/src/pages/Dashboard/DashboardMain.vue b/src/pages/Dashboard/DashboardMain.vue
index 8db97c448..da6a2cb7d 100644
--- a/src/pages/Dashboard/DashboardMain.vue
+++ b/src/pages/Dashboard/DashboardMain.vue
@@ -90,7 +90,7 @@ const pinnedModules = computed(() => navigation.getPinnedModules());
{
- "en": {
+ "en": {
"pinnedInfo": "Your pinned modules will be shown here..."
},
"es": {