style(settings): remove unnecessary comma

Removed unnecessary trailing comma in the selection component.
This commit is contained in:
2026-07-28 20:10:25 +02:00
parent 4054d0793f
commit 151947b09c
@@ -48,7 +48,7 @@ const props = defineProps({
},
path: {
required: true
},
}
});
const store = useSettingsStore();