Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 29e7e63

Browse files
author
Nick Litwin
committed
Fix orderBy error
1 parent 8289cce commit 29e7e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/settings/edit-profile/edit-profile.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import _ from 'lodash'
2727
vm.originalUserData = userData
2828
vm.linkedExternalAccounts = []
2929
vm.linkedExternalAccountsData = {}
30-
vm.skills = false
30+
vm.skills = []
3131
vm.tags = []
3232
vm.profileFormProcessing = false
3333
vm.tracks = {}

0 commit comments

Comments
 (0)