style(settings): remove unnecessary comma

Removed unnecessary trailing comma in the selection component.
This commit is contained in:
2026-07-28 12:33:40 +02:00
parent 98a07496f9
commit 702f6d4787
@@ -48,7 +48,7 @@ const props = defineProps({
}, },
path: { path: {
required: true required: true
}, }
}); });
const store = useSettingsStore(); const store = useSettingsStore();