Skip to content

Commit 608cfd3

Browse files
moodyjmzclaude
andcommitted
feat(settings): default select primary office suite when none is installed
Signed-off-by: James Manuel <moodyjmz@users.noreply.github.com> Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5fd9c78 commit 608cfd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/settings/src/components/AppList/OfficeSuiteSwitcher.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default {
9898
}
9999
}
100100
101-
return null
101+
return OFFICE_SUITES[0].id
102102
},
103103
104104
selectSuite(suiteId) {

0 commit comments

Comments
 (0)