Skip to content

Commit d1c9799

Browse files
committed
fix(default-user-folder): add missing NcCheckboxRadioSwitch component
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 548d30c commit d1c9799

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/Settings/DefaultUserFolder.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ export default {
3333
components: {
3434
NcSettingsSection,
3535
NcTextField,
36+
NcCheckboxRadioSwitch,
3637
},
3738
data() {
3839
return {

0 commit comments

Comments
 (0)