refactor: always use shorthand object properties

This commit is contained in:
2026-08-09 13:09:39 +02:00
committed by Gitea
parent e1dab8a4c7
commit 0a7bf94c4c
3 changed files with 3 additions and 3 deletions
@@ -89,7 +89,7 @@ describe('SettingsInput', () => {
const wrapper = getWrapper({
type: 'string',
i18n: 'input',
defaultValue: defaultValue,
defaultValue,
piniaOptions: {
setupStores: () => {
const store = useSettingsStore();