style(settings): remove unnecessary commas

Removed unnecessary commas in settings input component and settings page
component.
This commit is contained in:
2026-07-28 20:10:25 +02:00
parent 151947b09c
commit 880beeee07
2 changed files with 2 additions and 2 deletions
@@ -30,7 +30,7 @@ const props = defineProps({
}, },
path: { path: {
required: true required: true
}, }
}); });
const store = useSettingsStore(); const store = useSettingsStore();
@@ -30,7 +30,7 @@ const props = defineProps({
}, },
path: { path: {
required: true required: true
}, }
}); });
</script> </script>